public static final class UpdateApiRequest.Builder extends GeneratedMessage.Builder<UpdateApiRequest.Builder> implements UpdateApiRequestOrBuilderThe UpdateApi method's request.
Protobuf type google.cloud.apihub.v1.UpdateApiRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateApiRequest.BuilderImplements
UpdateApiRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateApiRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest |
|
buildPartial()
public UpdateApiRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest |
|
clear()
public UpdateApiRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
clearApi()
public UpdateApiRequest.Builder clearApi()Required. The API resource to update.
The API resource's name field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
clearUpdateMask()
public UpdateApiRequest.Builder clearUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
getApi()
public Api getApi()Required. The API resource to update.
The API resource's name field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Api |
The api. |
getApiBuilder()
public Api.Builder getApiBuilder()Required. The API resource to update.
The API resource's name field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Api.Builder |
|
getApiOrBuilder()
public ApiOrBuilder getApiOrBuilder()Required. The API resource to update.
The API resource's name field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ApiOrBuilder |
|
getDefaultInstanceForType()
public UpdateApiRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasApi()
public boolean hasApi()Required. The API resource to update.
The API resource's name field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the api field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeApi(Api value)
public UpdateApiRequest.Builder mergeApi(Api value)Required. The API resource to update.
The API resource's name field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Api |
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
mergeFrom(UpdateApiRequest other)
public UpdateApiRequest.Builder mergeFrom(UpdateApiRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateApiRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateApiRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateApiRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateApiRequest.Builder mergeUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
setApi(Api value)
public UpdateApiRequest.Builder setApi(Api value)Required. The API resource to update.
The API resource's name field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Api |
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
setApi(Api.Builder builderForValue)
public UpdateApiRequest.Builder setApi(Api.Builder builderForValue)Required. The API resource to update.
The API resource's name field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Api.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateApiRequest.Builder setUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateApiRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateApiRequest.Builder |
|