public static final class ListApiOperationsResponse.Builder extends GeneratedMessage.Builder<ListApiOperationsResponse.Builder> implements ListApiOperationsResponseOrBuilderThe ListApiOperations method's response.
Protobuf type google.cloud.apihub.v1.ListApiOperationsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListApiOperationsResponse.BuilderImplements
ListApiOperationsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllApiOperations(Iterable<? extends ApiOperation> values)
public ListApiOperationsResponse.Builder addAllApiOperations(Iterable<? extends ApiOperation> values)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.apihub.v1.ApiOperation> |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
addApiOperations(ApiOperation value)
public ListApiOperationsResponse.Builder addApiOperations(ApiOperation value)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ApiOperation |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
addApiOperations(ApiOperation.Builder builderForValue)
public ListApiOperationsResponse.Builder addApiOperations(ApiOperation.Builder builderForValue)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ApiOperation.Builder |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
addApiOperations(int index, ApiOperation value)
public ListApiOperationsResponse.Builder addApiOperations(int index, ApiOperation value)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ApiOperation |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
addApiOperations(int index, ApiOperation.Builder builderForValue)
public ListApiOperationsResponse.Builder addApiOperations(int index, ApiOperation.Builder builderForValue)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ApiOperation.Builder |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
addApiOperationsBuilder()
public ApiOperation.Builder addApiOperationsBuilder()The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Returns | |
|---|---|
| Type | Description |
ApiOperation.Builder |
|
addApiOperationsBuilder(int index)
public ApiOperation.Builder addApiOperationsBuilder(int index)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiOperation.Builder |
|
build()
public ListApiOperationsResponse build()| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse |
|
buildPartial()
public ListApiOperationsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse |
|
clear()
public ListApiOperationsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
clearApiOperations()
public ListApiOperationsResponse.Builder clearApiOperations()The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
clearNextPageToken()
public ListApiOperationsResponse.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;
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
This builder for chaining. |
getApiOperations(int index)
public ApiOperation getApiOperations(int index)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiOperation |
|
getApiOperationsBuilder(int index)
public ApiOperation.Builder getApiOperationsBuilder(int index)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiOperation.Builder |
|
getApiOperationsBuilderList()
public List<ApiOperation.Builder> getApiOperationsBuilderList()The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getApiOperationsCount()
public int getApiOperationsCount()The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getApiOperationsList()
public List<ApiOperation> getApiOperationsList()The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Returns | |
|---|---|
| Type | Description |
List<ApiOperation> |
|
getApiOperationsOrBuilder(int index)
public ApiOperationOrBuilder getApiOperationsOrBuilder(int index)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiOperationOrBuilder |
|
getApiOperationsOrBuilderList()
public List<? extends ApiOperationOrBuilder> getApiOperationsOrBuilderList()The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.apihub.v1.ApiOperationOrBuilder> |
|
getDefaultInstanceForType()
public ListApiOperationsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListApiOperationsResponse other)
public ListApiOperationsResponse.Builder mergeFrom(ListApiOperationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListApiOperationsResponse |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListApiOperationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListApiOperationsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
removeApiOperations(int index)
public ListApiOperationsResponse.Builder removeApiOperations(int index)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
setApiOperations(int index, ApiOperation value)
public ListApiOperationsResponse.Builder setApiOperations(int index, ApiOperation value)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ApiOperation |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
setApiOperations(int index, ApiOperation.Builder builderForValue)
public ListApiOperationsResponse.Builder setApiOperations(int index, ApiOperation.Builder builderForValue)The operations corresponding to an API version.
repeated .google.cloud.apihub.v1.ApiOperation api_operations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ApiOperation.Builder |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
|
setNextPageToken(String value)
public ListApiOperationsResponse.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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListApiOperationsResponse.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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListApiOperationsResponse.Builder |
This builder for chaining. |