Class UpdateExternalApiRequest.Builder (0.2.0)

public static final class UpdateExternalApiRequest.Builder extends GeneratedMessageV3.Builder<UpdateExternalApiRequest.Builder> implements UpdateExternalApiRequestOrBuilder

The UpdateExternalApi method's request.

Protobuf type google.cloud.apihub.v1.UpdateExternalApiRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateExternalApiRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

build()

public UpdateExternalApiRequest build()
Returns
Type Description
UpdateExternalApiRequest

buildPartial()

public UpdateExternalApiRequest buildPartial()
Returns
Type Description
UpdateExternalApiRequest

clear()

public UpdateExternalApiRequest.Builder clear()
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

clearExternalApi()

public UpdateExternalApiRequest.Builder clearExternalApi()

Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}

.google.cloud.apihub.v1.ExternalApi external_api = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateExternalApiRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public UpdateExternalApiRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateExternalApiRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

clearUpdateMask()

public UpdateExternalApiRequest.Builder clearUpdateMask()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateExternalApiRequest.Builder

clone()

public UpdateExternalApiRequest.Builder clone()
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateExternalApiRequest getDefaultInstanceForType()
Returns
Type Description
UpdateExternalApiRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExternalApi()

public ExternalApi getExternalApi()

Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}

.google.cloud.apihub.v1.ExternalApi external_api = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExternalApi

The externalApi.

getExternalApiBuilder()

public ExternalApi.Builder getExternalApiBuilder()

Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}

.google.cloud.apihub.v1.ExternalApi external_api = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExternalApi.Builder

getExternalApiOrBuilder()

public ExternalApiOrBuilder getExternalApiOrBuilder()

Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}

.google.cloud.apihub.v1.ExternalApi external_api = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExternalApiOrBuilder

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

hasExternalApi()

public boolean hasExternalApi()

Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}

.google.cloud.apihub.v1.ExternalApi external_api = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the externalApi 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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeExternalApi(ExternalApi value)

public UpdateExternalApiRequest.Builder mergeExternalApi(ExternalApi value)

Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}

.google.cloud.apihub.v1.ExternalApi external_api = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ExternalApi
Returns
Type Description
UpdateExternalApiRequest.Builder

mergeFrom(UpdateExternalApiRequest other)

public UpdateExternalApiRequest.Builder mergeFrom(UpdateExternalApiRequest other)
Parameter
Name Description
other UpdateExternalApiRequest
Returns
Type Description
UpdateExternalApiRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateExternalApiRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateExternalApiRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateExternalApiRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateExternalApiRequest.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
UpdateExternalApiRequest.Builder

setExternalApi(ExternalApi value)

public UpdateExternalApiRequest.Builder setExternalApi(ExternalApi value)

Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}

.google.cloud.apihub.v1.ExternalApi external_api = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ExternalApi
Returns
Type Description
UpdateExternalApiRequest.Builder

setExternalApi(ExternalApi.Builder builderForValue)

public UpdateExternalApiRequest.Builder setExternalApi(ExternalApi.Builder builderForValue)

Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}

.google.cloud.apihub.v1.ExternalApi external_api = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ExternalApi.Builder
Returns
Type Description
UpdateExternalApiRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateExternalApiRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdateExternalApiRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateExternalApiRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateExternalApiRequest.Builder
Overrides

setUpdateMask(FieldMask value)

public UpdateExternalApiRequest.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
UpdateExternalApiRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateExternalApiRequest.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
UpdateExternalApiRequest.Builder