Interface ListDeploymentEventsResponseOrBuilder (0.44.0)

public interface ListDeploymentEventsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeploymentEvents(int index)

public abstract DeploymentEvent getDeploymentEvents(int index)

The list of DeploymentEvents.

repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;

Parameter
Name Description
index int
Returns
Type Description
DeploymentEvent

getDeploymentEventsCount()

public abstract int getDeploymentEventsCount()

The list of DeploymentEvents.

repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;

Returns
Type Description
int

getDeploymentEventsList()

public abstract List<DeploymentEvent> getDeploymentEventsList()

The list of DeploymentEvents.

repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;

Returns
Type Description
List<DeploymentEvent>

getDeploymentEventsOrBuilder(int index)

public abstract DeploymentEventOrBuilder getDeploymentEventsOrBuilder(int index)

The list of DeploymentEvents.

repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;

Parameter
Name Description
index int
Returns
Type Description
DeploymentEventOrBuilder

getDeploymentEventsOrBuilderList()

public abstract List<? extends DeploymentEventOrBuilder> getDeploymentEventsOrBuilderList()

The list of DeploymentEvents.

repeated .google.cloud.developerconnect.v1.DeploymentEvent deployment_events = 1;

Returns
Type Description
List<? extends com.google.cloud.developerconnect.v1.DeploymentEventOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.