public interface PostStartupScriptConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPostStartupScript()
public abstract String getPostStartupScript()
string post_startup_script = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The postStartupScript. |
getPostStartupScriptBehavior()
public abstract PostStartupScriptConfig.PostStartupScriptBehavior getPostStartupScriptBehavior()
.google.cloud.aiplatform.v1beta1.PostStartupScriptConfig.PostStartupScriptBehavior post_startup_script_behavior = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PostStartupScriptConfig.PostStartupScriptBehavior |
The postStartupScriptBehavior. |
getPostStartupScriptBehaviorValue()
public abstract int getPostStartupScriptBehaviorValue()
.google.cloud.aiplatform.v1beta1.PostStartupScriptConfig.PostStartupScriptBehavior post_startup_script_behavior = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for postStartupScriptBehavior. |
getPostStartupScriptBytes()
public abstract ByteString getPostStartupScriptBytes()
string post_startup_script = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for postStartupScript. |
getPostStartupScriptUrl()
public abstract String getPostStartupScriptUrl()
string post_startup_script_url = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The postStartupScriptUrl. |
getPostStartupScriptUrlBytes()
public abstract ByteString getPostStartupScriptUrlBytes()
string post_startup_script_url = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for postStartupScriptUrl. |