public static final class UpdateApiSpecRequest.Builder extends GeneratedMessageV3.Builder<UpdateApiSpecRequest.Builder> implements UpdateApiSpecRequestOrBuilder
Request message for UpdateApiSpec.
Protobuf type google.cloud.apigeeregistry.v1.UpdateApiSpecRequest
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateApiSpecRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateApiSpecRequest build()
buildPartial()
public UpdateApiSpecRequest buildPartial()
clear()
public UpdateApiSpecRequest.Builder clear()
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;
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];
clearField(Descriptors.FieldDescriptor field)
public UpdateApiSpecRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateApiSpecRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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 an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
clone()
public UpdateApiSpecRequest.Builder clone()
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 |
---|
Type | Description |
ApiSpec | The apiSpec.
|
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];
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];
getDefaultInstanceForType()
public UpdateApiSpecRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
FieldMask | The updateMask.
|
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;
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;
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 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()
Overrides
isInitialized()
public final boolean isInitialized()
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 |
---|
Name | Description |
value | ApiSpec
|
mergeFrom(UpdateApiSpecRequest other)
public UpdateApiSpecRequest.Builder mergeFrom(UpdateApiSpecRequest other)
public UpdateApiSpecRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateApiSpecRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateApiSpecRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
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.
|
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 |
---|
Name | Description |
value | ApiSpec
|
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];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateApiSpecRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateApiSpecRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateApiSpecRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
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 an asterisk "*" is specified, all fields are updated, including fields
that are unspecified/default in the request.
.google.protobuf.FieldMask update_mask = 2;
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 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
|