public static final class UpdateApiRequest.Builder extends GeneratedMessageV3.Builder<UpdateApiRequest.Builder> implements UpdateApiRequestOrBuilder
Request message for UpdateApi.
Protobuf type google.cloud.apigeeregistry.v1.UpdateApiRequest
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()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateApiRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public UpdateApiRequest build()
Returns
buildPartial()
public UpdateApiRequest buildPartial()
Returns
clear()
public UpdateApiRequest.Builder clear()
Returns
Overrides
clearAllowMissing()
public UpdateApiRequest.Builder clearAllowMissing()
If set to true, and the API is not found, a new API will be created.
In this situation, update_mask
is ignored.
bool allow_missing = 3;
Returns
clearApi()
public UpdateApiRequest.Builder clearApi()
Required. The API to update.
The name
field is used to identify the API to update.
Format: projects/*/locations/*/apis/*
.google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearField(Descriptors.FieldDescriptor field)
public UpdateApiRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateApiRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearUpdateMask()
public UpdateApiRequest.Builder clearUpdateMask()
The list of fields to be updated. If omitted, all fields are updated that
are set in the request message (fields set to default values are ignored).
If an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Returns
clone()
public UpdateApiRequest.Builder clone()
Returns
Overrides
getAllowMissing()
public boolean getAllowMissing()
If set to true, and the API is not found, a new API will be created.
In this situation, update_mask
is ignored.
bool allow_missing = 3;
Returns
Type | Description |
boolean | The allowMissing.
|
getApi()
Required. The API to update.
The name
field is used to identify the API to update.
Format: projects/*/locations/*/apis/*
.google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
Api | The api.
|
getApiBuilder()
public Api.Builder getApiBuilder()
Required. The API to update.
The name
field is used to identify the API to update.
Format: projects/*/locations/*/apis/*
.google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getApiOrBuilder()
public ApiOrBuilder getApiOrBuilder()
Required. The API to update.
The name
field is used to identify the API to update.
Format: projects/*/locations/*/apis/*
.google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public UpdateApiRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
The list of fields to be updated. If omitted, all fields are updated that
are set in the request message (fields set to default values are ignored).
If an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
The list of fields to be updated. If omitted, all fields are updated that
are set in the request message (fields set to default values are ignored).
If an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Returns
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated. If omitted, all fields are updated that
are set in the request message (fields set to default values are ignored).
If an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Returns
hasApi()
Required. The API to update.
The name
field is used to identify the API to update.
Format: projects/*/locations/*/apis/*
.google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the api field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
The list of fields to be updated. If omitted, all fields are updated that
are set in the request message (fields set to default values are ignored).
If an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeApi(Api value)
public UpdateApiRequest.Builder mergeApi(Api value)
Required. The API to update.
The name
field is used to identify the API to update.
Format: projects/*/locations/*/apis/*
.google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeFrom(UpdateApiRequest other)
public UpdateApiRequest.Builder mergeFrom(UpdateApiRequest other)
Parameter
Returns
public UpdateApiRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UpdateApiRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateApiRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
mergeUpdateMask(FieldMask value)
public UpdateApiRequest.Builder mergeUpdateMask(FieldMask value)
The list of fields to be updated. If omitted, all fields are updated that
are set in the request message (fields set to default values are ignored).
If an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
setAllowMissing(boolean value)
public UpdateApiRequest.Builder setAllowMissing(boolean value)
If set to true, and the API is not found, a new API will be created.
In this situation, update_mask
is ignored.
bool allow_missing = 3;
Parameter
Name | Description |
value | boolean
The allowMissing to set.
|
Returns
setApi(Api value)
public UpdateApiRequest.Builder setApi(Api value)
Required. The API to update.
The name
field is used to identify the API to update.
Format: projects/*/locations/*/apis/*
.google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setApi(Api.Builder builderForValue)
public UpdateApiRequest.Builder setApi(Api.Builder builderForValue)
Required. The API to update.
The name
field is used to identify the API to update.
Format: projects/*/locations/*/apis/*
.google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateApiRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateApiRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateApiRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setUpdateMask(FieldMask value)
public UpdateApiRequest.Builder setUpdateMask(FieldMask value)
The list of fields to be updated. If omitted, all fields are updated that
are set in the request message (fields set to default values are ignored).
If an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateApiRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
The list of fields to be updated. If omitted, all fields are updated that
are set in the request message (fields set to default values are ignored).
If an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns