public static final class ListApiDeploymentRevisionsResponse.Builder extends GeneratedMessageV3.Builder<ListApiDeploymentRevisionsResponse.Builder> implements ListApiDeploymentRevisionsResponseOrBuilder
Response message for ListApiDeploymentRevisionsResponse.
Protobuf type google.cloud.apigeeregistry.v1.ListApiDeploymentRevisionsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllApiDeployments(Iterable<? extends ApiDeployment> values)
public ListApiDeploymentRevisionsResponse.Builder addAllApiDeployments(Iterable<? extends ApiDeployment> values)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.apigeeregistry.v1.ApiDeployment>
|
Returns
addApiDeployments(ApiDeployment value)
public ListApiDeploymentRevisionsResponse.Builder addApiDeployments(ApiDeployment value)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameter
Returns
addApiDeployments(ApiDeployment.Builder builderForValue)
public ListApiDeploymentRevisionsResponse.Builder addApiDeployments(ApiDeployment.Builder builderForValue)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameter
Returns
addApiDeployments(int index, ApiDeployment value)
public ListApiDeploymentRevisionsResponse.Builder addApiDeployments(int index, ApiDeployment value)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameters
Returns
addApiDeployments(int index, ApiDeployment.Builder builderForValue)
public ListApiDeploymentRevisionsResponse.Builder addApiDeployments(int index, ApiDeployment.Builder builderForValue)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameters
Returns
addApiDeploymentsBuilder()
public ApiDeployment.Builder addApiDeploymentsBuilder()
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Returns
addApiDeploymentsBuilder(int index)
public ApiDeployment.Builder addApiDeploymentsBuilder(int index)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListApiDeploymentRevisionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListApiDeploymentRevisionsResponse build()
Returns
buildPartial()
public ListApiDeploymentRevisionsResponse buildPartial()
Returns
clear()
public ListApiDeploymentRevisionsResponse.Builder clear()
Returns
Overrides
clearApiDeployments()
public ListApiDeploymentRevisionsResponse.Builder clearApiDeployments()
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public ListApiDeploymentRevisionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNextPageToken()
public ListApiDeploymentRevisionsResponse.Builder clearNextPageToken()
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
clearOneof(Descriptors.OneofDescriptor oneof)
public ListApiDeploymentRevisionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ListApiDeploymentRevisionsResponse.Builder clone()
Returns
Overrides
getApiDeployments(int index)
public ApiDeployment getApiDeployments(int index)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameter
Returns
getApiDeploymentsBuilder(int index)
public ApiDeployment.Builder getApiDeploymentsBuilder(int index)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameter
Returns
getApiDeploymentsBuilderList()
public List<ApiDeployment.Builder> getApiDeploymentsBuilderList()
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Returns
getApiDeploymentsCount()
public int getApiDeploymentsCount()
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Returns
getApiDeploymentsList()
public List<ApiDeployment> getApiDeploymentsList()
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Returns
getApiDeploymentsOrBuilder(int index)
public ApiDeploymentOrBuilder getApiDeploymentsOrBuilder(int index)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameter
Returns
getApiDeploymentsOrBuilderList()
public List<? extends ApiDeploymentOrBuilder> getApiDeploymentsOrBuilderList()
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Returns
Type | Description |
List<? extends com.google.cloud.apigeeregistry.v1.ApiDeploymentOrBuilder> | |
getDefaultInstanceForType()
public ListApiDeploymentRevisionsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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
Type | Description |
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
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListApiDeploymentRevisionsResponse other)
public ListApiDeploymentRevisionsResponse.Builder mergeFrom(ListApiDeploymentRevisionsResponse other)
Parameter
Returns
public ListApiDeploymentRevisionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListApiDeploymentRevisionsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListApiDeploymentRevisionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeApiDeployments(int index)
public ListApiDeploymentRevisionsResponse.Builder removeApiDeployments(int index)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameter
Returns
setApiDeployments(int index, ApiDeployment value)
public ListApiDeploymentRevisionsResponse.Builder setApiDeployments(int index, ApiDeployment value)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameters
Returns
setApiDeployments(int index, ApiDeployment.Builder builderForValue)
public ListApiDeploymentRevisionsResponse.Builder setApiDeployments(int index, ApiDeployment.Builder builderForValue)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListApiDeploymentRevisionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListApiDeploymentRevisionsResponse.Builder setNextPageToken(String value)
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;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListApiDeploymentRevisionsResponse.Builder setNextPageTokenBytes(ByteString value)
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;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListApiDeploymentRevisionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListApiDeploymentRevisionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides