Package com.google.dataflow.v1beta3
Interface GetTemplateResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetTemplateResponse
,GetTemplateResponse.Builder
public interface GetTemplateResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateMetadata
getMetadata()
The template metadata describing the template name, available parameters, etc.TemplateMetadataOrBuilder
getMetadataOrBuilder()
The template metadata describing the template name, available parameters, etc.RuntimeMetadata
getRuntimeMetadata()
Describes the runtime metadata with SDKInfo and available parameters.RuntimeMetadataOrBuilder
getRuntimeMetadataOrBuilder()
Describes the runtime metadata with SDKInfo and available parameters.com.google.rpc.Status
getStatus()
The status of the get template request.com.google.rpc.StatusOrBuilder
getStatusOrBuilder()
The status of the get template request.GetTemplateResponse.TemplateType
getTemplateType()
Template Type.int
getTemplateTypeValue()
Template Type.boolean
hasMetadata()
The template metadata describing the template name, available parameters, etc.boolean
hasRuntimeMetadata()
Describes the runtime metadata with SDKInfo and available parameters.boolean
hasStatus()
The status of the get template request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
The status of the get template request. Any problems with the request will be indicated in the error_details.
.google.rpc.Status status = 1;
- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()
The status of the get template request. Any problems with the request will be indicated in the error_details.
.google.rpc.Status status = 1;
- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the get template request. Any problems with the request will be indicated in the error_details.
.google.rpc.Status status = 1;
-
hasMetadata
boolean hasMetadata()
The template metadata describing the template name, available parameters, etc.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
- Returns:
- Whether the metadata field is set.
-
getMetadata
TemplateMetadata getMetadata()
The template metadata describing the template name, available parameters, etc.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
- Returns:
- The metadata.
-
getMetadataOrBuilder
TemplateMetadataOrBuilder getMetadataOrBuilder()
The template metadata describing the template name, available parameters, etc.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
-
getTemplateTypeValue
int getTemplateTypeValue()
Template Type.
.google.dataflow.v1beta3.GetTemplateResponse.TemplateType template_type = 3;
- Returns:
- The enum numeric value on the wire for templateType.
-
getTemplateType
GetTemplateResponse.TemplateType getTemplateType()
Template Type.
.google.dataflow.v1beta3.GetTemplateResponse.TemplateType template_type = 3;
- Returns:
- The templateType.
-
hasRuntimeMetadata
boolean hasRuntimeMetadata()
Describes the runtime metadata with SDKInfo and available parameters.
.google.dataflow.v1beta3.RuntimeMetadata runtime_metadata = 4;
- Returns:
- Whether the runtimeMetadata field is set.
-
getRuntimeMetadata
RuntimeMetadata getRuntimeMetadata()
Describes the runtime metadata with SDKInfo and available parameters.
.google.dataflow.v1beta3.RuntimeMetadata runtime_metadata = 4;
- Returns:
- The runtimeMetadata.
-
getRuntimeMetadataOrBuilder
RuntimeMetadataOrBuilder getRuntimeMetadataOrBuilder()
Describes the runtime metadata with SDKInfo and available parameters.
.google.dataflow.v1beta3.RuntimeMetadata runtime_metadata = 4;
-
-