Interface StageOrBuilder (2.43.0)

public interface StageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessage()

public abstract String getMessage()

Message describing the Stage

string message = 2;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Message describing the Stage

string message = 2;

Returns
TypeDescription
ByteString

The bytes for message.

getName()

public abstract Stage.Name getName()

Name of the Stage. This will be unique for each Stage.

.google.cloud.functions.v2alpha.Stage.Name name = 1;

Returns
TypeDescription
Stage.Name

The name.

getNameValue()

public abstract int getNameValue()

Name of the Stage. This will be unique for each Stage.

.google.cloud.functions.v2alpha.Stage.Name name = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for name.

getResource()

public abstract String getResource()

Resource of the Stage

string resource = 4;

Returns
TypeDescription
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()

Resource of the Stage

string resource = 4;

Returns
TypeDescription
ByteString

The bytes for resource.

getResourceUri()

public abstract String getResourceUri()

Link to the current Stage resource

string resource_uri = 5;

Returns
TypeDescription
String

The resourceUri.

getResourceUriBytes()

public abstract ByteString getResourceUriBytes()

Link to the current Stage resource

string resource_uri = 5;

Returns
TypeDescription
ByteString

The bytes for resourceUri.

getState()

public abstract Stage.State getState()

Current state of the Stage

.google.cloud.functions.v2alpha.Stage.State state = 3;

Returns
TypeDescription
Stage.State

The state.

getStateMessages(int index)

public abstract StateMessage getStateMessages(int index)

State messages from the current Stage.

repeated .google.cloud.functions.v2alpha.StateMessage state_messages = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
StateMessage

getStateMessagesCount()

public abstract int getStateMessagesCount()

State messages from the current Stage.

repeated .google.cloud.functions.v2alpha.StateMessage state_messages = 6;

Returns
TypeDescription
int

getStateMessagesList()

public abstract List<StateMessage> getStateMessagesList()

State messages from the current Stage.

repeated .google.cloud.functions.v2alpha.StateMessage state_messages = 6;

Returns
TypeDescription
List<StateMessage>

getStateMessagesOrBuilder(int index)

public abstract StateMessageOrBuilder getStateMessagesOrBuilder(int index)

State messages from the current Stage.

repeated .google.cloud.functions.v2alpha.StateMessage state_messages = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
StateMessageOrBuilder

getStateMessagesOrBuilderList()

public abstract List<? extends StateMessageOrBuilder> getStateMessagesOrBuilderList()

State messages from the current Stage.

repeated .google.cloud.functions.v2alpha.StateMessage state_messages = 6;

Returns
TypeDescription
List<? extends com.google.cloud.functions.v2alpha.StateMessageOrBuilder>

getStateValue()

public abstract int getStateValue()

Current state of the Stage

.google.cloud.functions.v2alpha.Stage.State state = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for state.