public static final class UpdateApiSpecRequest.Builder extends GeneratedMessageV3.Builder<UpdateApiSpecRequest.Builder> implements UpdateApiSpecRequestOrBuilder
Request message for UpdateApiSpec.
Protobuf type google.cloud.apigeeregistry.v1.UpdateApiSpecRequest
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateApiSpecRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public UpdateApiSpecRequest build()
Returns
buildPartial()
public UpdateApiSpecRequest buildPartial()
Returns
clear()
public UpdateApiSpecRequest.Builder clear()
Returns
Overrides
clearAllowMissing()
public UpdateApiSpecRequest.Builder clearAllowMissing()
If set to true, and the spec is not found, a new spec will be created.
In this situation, update_mask
is ignored.
bool allow_missing = 3;
Returns
clearApiSpec()
public UpdateApiSpecRequest.Builder clearApiSpec()
Required. The spec to update.
The name
field is used to identify the spec to update.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
.google.cloud.apigeeregistry.v1.ApiSpec api_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearField(Descriptors.FieldDescriptor field)
public UpdateApiSpecRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateApiSpecRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearUpdateMask()
public UpdateApiSpecRequest.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 a "*" is specified, all fields are updated, including fields that are
unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Returns
clone()
public UpdateApiSpecRequest.Builder clone()
Returns
Overrides
getAllowMissing()
public boolean getAllowMissing()
If set to true, and the spec is not found, a new spec will be created.
In this situation, update_mask
is ignored.
bool allow_missing = 3;
Returns
Type | Description |
boolean | The allowMissing.
|
getApiSpec()
public ApiSpec getApiSpec()
Required. The spec to update.
The name
field is used to identify the spec to update.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
.google.cloud.apigeeregistry.v1.ApiSpec api_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getApiSpecBuilder()
public ApiSpec.Builder getApiSpecBuilder()
Required. The spec to update.
The name
field is used to identify the spec to update.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
.google.cloud.apigeeregistry.v1.ApiSpec api_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getApiSpecOrBuilder()
public ApiSpecOrBuilder getApiSpecOrBuilder()
Required. The spec to update.
The name
field is used to identify the spec to update.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
.google.cloud.apigeeregistry.v1.ApiSpec api_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public UpdateApiSpecRequest 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 a "*" 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 a "*" 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 a "*" is specified, all fields are updated, including fields that are
unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
Returns
hasApiSpec()
public boolean hasApiSpec()
Required. The spec to update.
The name
field is used to identify the spec to update.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
.google.cloud.apigeeregistry.v1.ApiSpec api_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the apiSpec 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 a "*" 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
mergeApiSpec(ApiSpec value)
public UpdateApiSpecRequest.Builder mergeApiSpec(ApiSpec value)
Required. The spec to update.
The name
field is used to identify the spec to update.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
.google.cloud.apigeeregistry.v1.ApiSpec api_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeFrom(UpdateApiSpecRequest other)
public UpdateApiSpecRequest.Builder mergeFrom(UpdateApiSpecRequest other)
Parameter
Returns
public UpdateApiSpecRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UpdateApiSpecRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateApiSpecRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
mergeUpdateMask(FieldMask value)
public UpdateApiSpecRequest.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 a "*" 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 UpdateApiSpecRequest.Builder setAllowMissing(boolean value)
If set to true, and the spec is not found, a new spec will be created.
In this situation, update_mask
is ignored.
bool allow_missing = 3;
Parameter
Name | Description |
value | boolean
The allowMissing to set.
|
Returns
setApiSpec(ApiSpec value)
public UpdateApiSpecRequest.Builder setApiSpec(ApiSpec value)
Required. The spec to update.
The name
field is used to identify the spec to update.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
.google.cloud.apigeeregistry.v1.ApiSpec api_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setApiSpec(ApiSpec.Builder builderForValue)
public UpdateApiSpecRequest.Builder setApiSpec(ApiSpec.Builder builderForValue)
Required. The spec to update.
The name
field is used to identify the spec to update.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
.google.cloud.apigeeregistry.v1.ApiSpec api_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateApiSpecRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateApiSpecRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateApiSpecRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setUpdateMask(FieldMask value)
public UpdateApiSpecRequest.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 a "*" 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 UpdateApiSpecRequest.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 a "*" 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