Class ListApiDeploymentsResponse (0.3.1)

public final class ListApiDeploymentsResponse extends GeneratedMessageV3 implements ListApiDeploymentsResponseOrBuilder

Response message for ListApiDeployments.

Protobuf type google.cloud.apigeeregistry.v1.ListApiDeploymentsResponse

Static Fields

API_DEPLOYMENTS_FIELD_NUMBER

public static final int API_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 ListApiDeploymentsResponse getDefaultInstance()
Returns
TypeDescription
ListApiDeploymentsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListApiDeploymentsResponse prototype)

public static ListApiDeploymentsResponse.Builder newBuilder(ListApiDeploymentsResponse prototype)
Parameter
NameDescription
prototypeListApiDeploymentsResponse
Returns
TypeDescription
ListApiDeploymentsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getApiDeployments(int index)

public ApiDeployment getApiDeployments(int index)

The deployments from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApiDeployment

getApiDeploymentsCount()

public int getApiDeploymentsCount()

The deployments from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;

Returns
TypeDescription
int

getApiDeploymentsList()

public List<ApiDeployment> getApiDeploymentsList()

The deployments from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;

Returns
TypeDescription
List<ApiDeployment>

getApiDeploymentsOrBuilder(int index)

public ApiDeploymentOrBuilder getApiDeploymentsOrBuilder(int index)

The deployments from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApiDeploymentOrBuilder

getApiDeploymentsOrBuilderList()

public List<? extends ApiDeploymentOrBuilder> getApiDeploymentsOrBuilderList()

The deployments from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.apigeeregistry.v1.ApiDeploymentOrBuilder>

getDefaultInstanceForType()

public ListApiDeploymentsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListApiDeploymentsResponse

getNextPageToken()

public 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public 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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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 ListApiDeploymentsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListApiDeploymentsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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