public interface GetTemplateResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMetadata()
public abstract TemplateMetadata getMetadata()
The template metadata describing the template name, available parameters, etc.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Type | Description |
TemplateMetadata | The metadata. |
getMetadataOrBuilder()
public abstract TemplateMetadataOrBuilder getMetadataOrBuilder()
The template metadata describing the template name, available parameters, etc.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Type | Description |
TemplateMetadataOrBuilder |
getRuntimeMetadata()
public abstract RuntimeMetadata getRuntimeMetadata()
Describes the runtime metadata with SDKInfo and available parameters.
.google.dataflow.v1beta3.RuntimeMetadata runtime_metadata = 4;
Type | Description |
RuntimeMetadata | The runtimeMetadata. |
getRuntimeMetadataOrBuilder()
public abstract RuntimeMetadataOrBuilder getRuntimeMetadataOrBuilder()
Describes the runtime metadata with SDKInfo and available parameters.
.google.dataflow.v1beta3.RuntimeMetadata runtime_metadata = 4;
Type | Description |
RuntimeMetadataOrBuilder |
getStatus()
public abstract 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;
Type | Description |
com.google.rpc.Status | The status. |
getStatusOrBuilder()
public abstract 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;
Type | Description |
com.google.rpc.StatusOrBuilder |
getTemplateType()
public abstract GetTemplateResponse.TemplateType getTemplateType()
Template Type.
.google.dataflow.v1beta3.GetTemplateResponse.TemplateType template_type = 3;
Type | Description |
GetTemplateResponse.TemplateType | The templateType. |
getTemplateTypeValue()
public abstract int getTemplateTypeValue()
Template Type.
.google.dataflow.v1beta3.GetTemplateResponse.TemplateType template_type = 3;
Type | Description |
int | The enum numeric value on the wire for templateType. |
hasMetadata()
public abstract boolean hasMetadata()
The template metadata describing the template name, available parameters, etc.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Type | Description |
boolean | Whether the metadata field is set. |
hasRuntimeMetadata()
public abstract boolean hasRuntimeMetadata()
Describes the runtime metadata with SDKInfo and available parameters.
.google.dataflow.v1beta3.RuntimeMetadata runtime_metadata = 4;
Type | Description |
boolean | Whether the runtimeMetadata field is set. |
hasStatus()
public abstract 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;
Type | Description |
boolean | Whether the status field is set. |