Package com.google.dataflow.v1beta3
Interface GetTemplateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetTemplateRequest
,GetTemplateRequest.Builder
public interface GetTemplateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGcsPath()
Required.com.google.protobuf.ByteString
getGcsPathBytes()
Required.String
getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.com.google.protobuf.ByteString
getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.String
getProjectId()
Required.com.google.protobuf.ByteString
getProjectIdBytes()
Required.GetTemplateRequest.TemplateCase
getTemplateCase()
GetTemplateRequest.TemplateView
getView()
The view to retrieve.int
getViewValue()
The view to retrieve.boolean
hasGcsPath()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
Required. The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
Required. The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
hasGcsPath
boolean hasGcsPath()
Required. A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
string gcs_path = 2;
- Returns:
- Whether the gcsPath field is set.
-
getGcsPath
String getGcsPath()
Required. A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
string gcs_path = 2;
- Returns:
- The gcsPath.
-
getGcsPathBytes
com.google.protobuf.ByteString getGcsPathBytes()
Required. A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
string gcs_path = 2;
- Returns:
- The bytes for gcsPath.
-
getViewValue
int getViewValue()
The view to retrieve. Defaults to METADATA_ONLY.
.google.dataflow.v1beta3.GetTemplateRequest.TemplateView view = 3;
- Returns:
- The enum numeric value on the wire for view.
-
getView
GetTemplateRequest.TemplateView getView()
The view to retrieve. Defaults to METADATA_ONLY.
.google.dataflow.v1beta3.GetTemplateRequest.TemplateView view = 3;
- Returns:
- The view.
-
getLocation
String getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.
string location = 4;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.
string location = 4;
- Returns:
- The bytes for location.
-
getTemplateCase
GetTemplateRequest.TemplateCase getTemplateCase()
-
-