Class UpdateDependencyRequest.Builder (0.36.0)

public static final class UpdateDependencyRequest.Builder extends GeneratedMessage.Builder<UpdateDependencyRequest.Builder> implements UpdateDependencyRequestOrBuilder

The UpdateDependency method's request.

Protobuf type google.cloud.apihub.v1.UpdateDependencyRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateDependencyRequest build()
Returns
Type Description
UpdateDependencyRequest

buildPartial()

public UpdateDependencyRequest buildPartial()
Returns
Type Description
UpdateDependencyRequest

clear()

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

clearDependency()

public UpdateDependencyRequest.Builder clearDependency()

Required. The dependency resource to update.

The dependency's name field is used to identify the dependency to update. Format: projects/{project}/locations/{location}/dependencies/{dependency}

.google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateDependencyRequest.Builder

clearUpdateMask()

public UpdateDependencyRequest.Builder clearUpdateMask()

Required. The list of fields to update.

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

Returns
Type Description
UpdateDependencyRequest.Builder

getDefaultInstanceForType()

public UpdateDependencyRequest getDefaultInstanceForType()
Returns
Type Description
UpdateDependencyRequest

getDependency()

public Dependency getDependency()

Required. The dependency resource to update.

The dependency's name field is used to identify the dependency to update. Format: projects/{project}/locations/{location}/dependencies/{dependency}

.google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Dependency

The dependency.

getDependencyBuilder()

public Dependency.Builder getDependencyBuilder()

Required. The dependency resource to update.

The dependency's name field is used to identify the dependency to update. Format: projects/{project}/locations/{location}/dependencies/{dependency}

.google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Dependency.Builder

getDependencyOrBuilder()

public DependencyOrBuilder getDependencyOrBuilder()

Required. The dependency resource to update.

The dependency's name field is used to identify the dependency to update. Format: projects/{project}/locations/{location}/dependencies/{dependency}

.google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DependencyOrBuilder

getDescriptorForType()

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

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

hasDependency()

public boolean hasDependency()

Required. The dependency resource to update.

The dependency's name field is used to identify the dependency to update. Format: projects/{project}/locations/{location}/dependencies/{dependency}

.google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the dependency 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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDependency(Dependency value)

public UpdateDependencyRequest.Builder mergeDependency(Dependency value)

Required. The dependency resource to update.

The dependency's name field is used to identify the dependency to update. Format: projects/{project}/locations/{location}/dependencies/{dependency}

.google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Dependency
Returns
Type Description
UpdateDependencyRequest.Builder

mergeFrom(UpdateDependencyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUpdateMask(FieldMask value)

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

setDependency(Dependency value)

public UpdateDependencyRequest.Builder setDependency(Dependency value)

Required. The dependency resource to update.

The dependency's name field is used to identify the dependency to update. Format: projects/{project}/locations/{location}/dependencies/{dependency}

.google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Dependency
Returns
Type Description
UpdateDependencyRequest.Builder

setDependency(Dependency.Builder builderForValue)

public UpdateDependencyRequest.Builder setDependency(Dependency.Builder builderForValue)

Required. The dependency resource to update.

The dependency's name field is used to identify the dependency to update. Format: projects/{project}/locations/{location}/dependencies/{dependency}

.google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Dependency.Builder
Returns
Type Description
UpdateDependencyRequest.Builder

setUpdateMask(FieldMask value)

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

setUpdateMask(FieldMask.Builder builderForValue)

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