Interface DynamicTemplateLaunchParamsOrBuilder (0.26.0)

See more code actions.
public interface DynamicTemplateLaunchParamsOrBuilder extends MessageOrBuilder
MessageOrBuilder

getGcsPath()

public abstract String getGcsPath()

Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.

string gcs_path = 1;

Returns
TypeDescription
String

The gcsPath.

getGcsPathBytes()

public abstract ByteString getGcsPathBytes()

Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.

string gcs_path = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for stagingLocation.