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