Interface TagApiDeploymentRevisionRequestOrBuilder (0.10.0)

public interface TagApiDeploymentRevisionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The name of the deployment to be tagged, including the revision ID.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the deployment to be tagged, including the revision ID.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getTag()

public abstract String getTag()

Required. The tag to apply. The tag should be at most 40 characters, and match a-z{3,39}.

string tag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The tag.

getTagBytes()

public abstract ByteString getTagBytes()

Required. The tag to apply. The tag should be at most 40 characters, and match a-z{3,39}.

string tag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for tag.