Interface GetTemplateResponseOrBuilder (0.8.0)

public interface GetTemplateResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetadata()

public abstract TemplateMetadata getMetadata()

The template metadata describing the template name, available parameters, etc.

.google.dataflow.v1beta3.TemplateMetadata metadata = 2;

Returns
TypeDescription
TemplateMetadata

The metadata.

getMetadataOrBuilder()

public abstract TemplateMetadataOrBuilder getMetadataOrBuilder()

The template metadata describing the template name, available parameters, etc.

.google.dataflow.v1beta3.TemplateMetadata metadata = 2;

Returns
TypeDescription
TemplateMetadataOrBuilder

getRuntimeMetadata()

public abstract RuntimeMetadata getRuntimeMetadata()

Describes the runtime metadata with SDKInfo and available parameters.

.google.dataflow.v1beta3.RuntimeMetadata runtime_metadata = 4;

Returns
TypeDescription
RuntimeMetadata

The runtimeMetadata.

getRuntimeMetadataOrBuilder()

public abstract RuntimeMetadataOrBuilder getRuntimeMetadataOrBuilder()

Describes the runtime metadata with SDKInfo and available parameters.

.google.dataflow.v1beta3.RuntimeMetadata runtime_metadata = 4;

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

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

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getTemplateType()

public abstract GetTemplateResponse.TemplateType getTemplateType()

Template Type.

.google.dataflow.v1beta3.GetTemplateResponse.TemplateType template_type = 3;

Returns
TypeDescription
GetTemplateResponse.TemplateType

The templateType.

getTemplateTypeValue()

public abstract int getTemplateTypeValue()

Template Type.

.google.dataflow.v1beta3.GetTemplateResponse.TemplateType template_type = 3;

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

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

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

Returns
TypeDescription
boolean

Whether the status field is set.