Class ListDeploymentRevisionsResponse (0.1.0)

public final class ListDeploymentRevisionsResponse extends GeneratedMessageV3 implements ListDeploymentRevisionsResponseOrBuilder

List of deployment revisions for a given deployment.

Protobuf type google.cloud.telcoautomation.v1.ListDeploymentRevisionsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListDeploymentRevisionsResponse

Static Fields

DEPLOYMENTS_FIELD_NUMBER

public static final int DEPLOYMENTS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListDeploymentRevisionsResponse getDefaultInstance()
Returns
TypeDescription
ListDeploymentRevisionsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListDeploymentRevisionsResponse.Builder newBuilder()
Returns
TypeDescription
ListDeploymentRevisionsResponse.Builder

newBuilder(ListDeploymentRevisionsResponse prototype)

public static ListDeploymentRevisionsResponse.Builder newBuilder(ListDeploymentRevisionsResponse prototype)
Parameter
NameDescription
prototypeListDeploymentRevisionsResponse
Returns
TypeDescription
ListDeploymentRevisionsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListDeploymentRevisionsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListDeploymentRevisionsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListDeploymentRevisionsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListDeploymentRevisionsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListDeploymentRevisionsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListDeploymentRevisionsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListDeploymentRevisionsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListDeploymentRevisionsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListDeploymentRevisionsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListDeploymentRevisionsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListDeploymentRevisionsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListDeploymentRevisionsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDeploymentRevisionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListDeploymentRevisionsResponse> parser()
Returns
TypeDescription
Parser<ListDeploymentRevisionsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListDeploymentRevisionsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDeploymentRevisionsResponse

getDeployments(int index)

public Deployment getDeployments(int index)

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1.Deployment deployments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Deployment

getDeploymentsCount()

public int getDeploymentsCount()

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1.Deployment deployments = 1;

Returns
TypeDescription
int

getDeploymentsList()

public List<Deployment> getDeploymentsList()

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1.Deployment deployments = 1;

Returns
TypeDescription
List<Deployment>

getDeploymentsOrBuilder(int index)

public DeploymentOrBuilder getDeploymentsOrBuilder(int index)

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1.Deployment deployments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DeploymentOrBuilder

getDeploymentsOrBuilderList()

public List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1.Deployment deployments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.telcoautomation.v1.DeploymentOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token that 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token that 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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListDeploymentRevisionsResponse> getParserForType()
Returns
TypeDescription
Parser<ListDeploymentRevisionsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListDeploymentRevisionsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListDeploymentRevisionsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListDeploymentRevisionsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListDeploymentRevisionsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListDeploymentRevisionsResponse.Builder toBuilder()
Returns
TypeDescription
ListDeploymentRevisionsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException