public interface DynamicTemplateLaunchParamsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcsPath()
public abstract String getGcsPath() Path to the dynamic template specification file on Cloud Storage.
The file must be a JSON serialized DynamicTemplateFileSpec object.
string gcs_path = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The gcsPath. |
getGcsPathBytes()
public abstract ByteString getGcsPathBytes() Path to the dynamic template specification file on Cloud Storage.
The file must be a JSON serialized DynamicTemplateFileSpec object.
string gcs_path = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsPath. |
getStagingLocation()
public abstract String getStagingLocation() Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with gs://.
string staging_location = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The stagingLocation. |
getStagingLocationBytes()
public abstract ByteString getStagingLocationBytes() Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with gs://.
string staging_location = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stagingLocation. |