implements
// @@protoc_insertion_point(builder_implements:google.cloud.metastore.v1alpha.UpdateFederationRequest)
com.google.cloud.metastore.v1alpha.UpdateFederationRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.metastore.v1alpha.MetastoreFederationProto
.internal_static_google_cloud_metastore_v1alpha_UpdateFederationRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.metastore.v1alpha.MetastoreFederationProto
.internal_static_google_cloud_metastore_v1alpha_UpdateFederationRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.metastore.v1alpha.UpdateFederationRequest.class,
com.google.cloud.metastore.v1alpha.UpdateFederationRequest.Builder.class);
}
// Construct using com.google.cloud.metastore.v1alpha.UpdateFederationRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getUpdateMaskFieldBuilder();
getFederationFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
updateMask_ = null;
if (updateMaskBuilder_ != null) {
updateMaskBuilder_.dispose();
updateMaskBuilder_ = null;
}
federation_ = null;
if (federationBuilder_ != null) {
federationBuilder_.dispose();
federationBuilder_ = null;
}
requestId_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.metastore.v1alpha.MetastoreFederationProto
.internal_static_google_cloud_metastore_v1alpha_UpdateFederationRequest_descriptor;
}
@java.lang.Override
public com.google.cloud.metastore.v1alpha.UpdateFederationRequest getDefaultInstanceForType() {
return com.google.cloud.metastore.v1alpha.UpdateFederationRequest.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.metastore.v1alpha.UpdateFederationRequest build() {
com.google.cloud.metastore.v1alpha.UpdateFederationRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.metastore.v1alpha.UpdateFederationRequest buildPartial() {
com.google.cloud.metastore.v1alpha.UpdateFederationRequest result =
new com.google.cloud.metastore.v1alpha.UpdateFederationRequest(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(com.google.cloud.metastore.v1alpha.UpdateFederationRequest result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.federation_ = federationBuilder_ == null ? federation_ : federationBuilder_.build();
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.requestId_ = requestId_;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.metastore.v1alpha.UpdateFederationRequest) {
return mergeFrom((com.google.cloud.metastore.v1alpha.UpdateFederationRequest) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.metastore.v1alpha.UpdateFederationRequest other) {
if (other == com.google.cloud.metastore.v1alpha.UpdateFederationRequest.getDefaultInstance())
return this;
if (other.hasUpdateMask()) {
mergeUpdateMask(other.getUpdateMask());
}
if (other.hasFederation()) {
mergeFederation(other.getFederation());
}
if (!other.getRequestId().isEmpty()) {
requestId_ = other.requestId_;
bitField0_ |= 0x00000004;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
input.readMessage(getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 18:
{
input.readMessage(getFederationFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
case 26:
{
requestId_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
break;
} // case 26
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.google.protobuf.FieldMask updateMask_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.FieldMask,
com.google.protobuf.FieldMask.Builder,
com.google.protobuf.FieldMaskOrBuilder>
updateMaskBuilder_;
/**
*
*
*
* Required. A field mask used to specify the fields to be overwritten in the
* metastore federation resource by the update.
* Fields specified in the `update_mask` are relative to the resource (not
* to the full request). A field is overwritten if it is in the mask.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return Whether the updateMask field is set.
*/
public boolean hasUpdateMask() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* Required. A field mask used to specify the fields to be overwritten in the
* metastore federation resource by the update.
* Fields specified in the `update_mask` are relative to the resource (not
* to the full request). A field is overwritten if it is in the mask.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The updateMask.
*/
public com.google.protobuf.FieldMask getUpdateMask() {
if (updateMaskBuilder_ == null) {
return updateMask_ == null
? com.google.protobuf.FieldMask.getDefaultInstance()
: updateMask_;
} else {
return updateMaskBuilder_.getMessage();
}
}
/**
*
*
*
* Required. A field mask used to specify the fields to be overwritten in the
* metastore federation resource by the update.
* Fields specified in the `update_mask` are relative to the resource (not
* to the full request). A field is overwritten if it is in the mask.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
*
*/
public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
if (updateMaskBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
updateMask_ = value;
} else {
updateMaskBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Required. A field mask used to specify the fields to be overwritten in the
* metastore federation resource by the update.
* Fields specified in the `update_mask` are relative to the resource (not
* to the full request). A field is overwritten if it is in the mask.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
*
*/
public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) {
if (updateMaskBuilder_ == null) {
updateMask_ = builderForValue.build();
} else {
updateMaskBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Required. A field mask used to specify the fields to be overwritten in the
* metastore federation resource by the update.
* Fields specified in the `update_mask` are relative to the resource (not
* to the full request). A field is overwritten if it is in the mask.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
*
*/
public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
if (updateMaskBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)
&& updateMask_ != null
&& updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) {
getUpdateMaskBuilder().mergeFrom(value);
} else {
updateMask_ = value;
}
} else {
updateMaskBuilder_.mergeFrom(value);
}
if (updateMask_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
*
*
*
* Required. A field mask used to specify the fields to be overwritten in the
* metastore federation resource by the update.
* Fields specified in the `update_mask` are relative to the resource (not
* to the full request). A field is overwritten if it is in the mask.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
*
*/
public Builder clearUpdateMask() {
bitField0_ = (bitField0_ & ~0x00000001);
updateMask_ = null;
if (updateMaskBuilder_ != null) {
updateMaskBuilder_.dispose();
updateMaskBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* Required. A field mask used to specify the fields to be overwritten in the
* metastore federation resource by the update.
* Fields specified in the `update_mask` are relative to the resource (not
* to the full request). A field is overwritten if it is in the mask.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
*
*/
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getUpdateMaskFieldBuilder().getBuilder();
}
/**
*
*
*
* Required. A field mask used to specify the fields to be overwritten in the
* metastore federation resource by the update.
* Fields specified in the `update_mask` are relative to the resource (not
* to the full request). A field is overwritten if it is in the mask.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
*
*/
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
if (updateMaskBuilder_ != null) {
return updateMaskBuilder_.getMessageOrBuilder();
} else {
return updateMask_ == null
? com.google.protobuf.FieldMask.getDefaultInstance()
: updateMask_;
}
}
/**
*
*
*
* Required. A field mask used to specify the fields to be overwritten in the
* metastore federation resource by the update.
* Fields specified in the `update_mask` are relative to the resource (not
* to the full request). A field is overwritten if it is in the mask.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
*
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.FieldMask,
com.google.protobuf.FieldMask.Builder,
com.google.protobuf.FieldMaskOrBuilder>
getUpdateMaskFieldBuilder() {
if (updateMaskBuilder_ == null) {
updateMaskBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.FieldMask,
com.google.protobuf.FieldMask.Builder,
com.google.protobuf.FieldMaskOrBuilder>(
getUpdateMask(), getParentForChildren(), isClean());
updateMask_ = null;
}
return updateMaskBuilder_;
}
private com.google.cloud.metastore.v1alpha.Federation federation_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.cloud.metastore.v1alpha.Federation,
com.google.cloud.metastore.v1alpha.Federation.Builder,
com.google.cloud.metastore.v1alpha.FederationOrBuilder>
federationBuilder_;
/**
*
*
*
* Required. The metastore federation to update. The server only merges fields
* in the service if they are specified in `update_mask`.
*
* The metastore federation's `name` field is used to identify the
* metastore service to be updated.
*
*
*
* .google.cloud.metastore.v1alpha.Federation federation = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return Whether the federation field is set.
*/
public boolean hasFederation() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* Required. The metastore federation to update. The server only merges fields
* in the service if they are specified in `update_mask`.
*
* The metastore federation's `name` field is used to identify the
* metastore service to be updated.
*
*
*
* .google.cloud.metastore.v1alpha.Federation federation = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The federation.
*/
public com.google.cloud.metastore.v1alpha.Federation getFederation() {
if (federationBuilder_ == null) {
return federation_ == null
? com.google.cloud.metastore.v1alpha.Federation.getDefaultInstance()
: federation_;
} else {
return federationBuilder_.getMessage();
}
}
/**
*
*
*
* Required. The metastore federation to update. The server only merges fields
* in the service if they are specified in `update_mask`.
*
* The metastore federation's `name` field is used to identify the
* metastore service to be updated.
*
*
*
* .google.cloud.metastore.v1alpha.Federation federation = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
public Builder setFederation(com.google.cloud.metastore.v1alpha.Federation value) {
if (federationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
federation_ = value;
} else {
federationBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Required. The metastore federation to update. The server only merges fields
* in the service if they are specified in `update_mask`.
*
* The metastore federation's `name` field is used to identify the
* metastore service to be updated.
*
*
*
* .google.cloud.metastore.v1alpha.Federation federation = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
public Builder setFederation(
com.google.cloud.metastore.v1alpha.Federation.Builder builderForValue) {
if (federationBuilder_ == null) {
federation_ = builderForValue.build();
} else {
federationBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Required. The metastore federation to update. The server only merges fields
* in the service if they are specified in `update_mask`.
*
* The metastore federation's `name` field is used to identify the
* metastore service to be updated.
*
*
*
* .google.cloud.metastore.v1alpha.Federation federation = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
public Builder mergeFederation(com.google.cloud.metastore.v1alpha.Federation value) {
if (federationBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0)
&& federation_ != null
&& federation_ != com.google.cloud.metastore.v1alpha.Federation.getDefaultInstance()) {
getFederationBuilder().mergeFrom(value);
} else {
federation_ = value;
}
} else {
federationBuilder_.mergeFrom(value);
}
if (federation_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
*
*
*
* Required. The metastore federation to update. The server only merges fields
* in the service if they are specified in `update_mask`.
*
* The metastore federation's `name` field is used to identify the
* metastore service to be updated.
*
*
*
* .google.cloud.metastore.v1alpha.Federation federation = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
public Builder clearFederation() {
bitField0_ = (bitField0_ & ~0x00000002);
federation_ = null;
if (federationBuilder_ != null) {
federationBuilder_.dispose();
federationBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* Required. The metastore federation to update. The server only merges fields
* in the service if they are specified in `update_mask`.
*
* The metastore federation's `name` field is used to identify the
* metastore service to be updated.
*
*
*
* .google.cloud.metastore.v1alpha.Federation federation = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
public com.google.cloud.metastore.v1alpha.Federation.Builder getFederationBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getFederationFieldBuilder().getBuilder();
}
/**
*
*
*
* Required. The metastore federation to update. The server only merges fields
* in the service if they are specified in `update_mask`.
*
* The metastore federation's `name` field is used to identify the
* metastore service to be updated.
*
*
*
* .google.cloud.metastore.v1alpha.Federation federation = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
public com.google.cloud.metastore.v1alpha.FederationOrBuilder getFederationOrBuilder() {
if (federationBuilder_ != null) {
return federationBuilder_.getMessageOrBuilder();
} else {
return federation_ == null
? com.google.cloud.metastore.v1alpha.Federation.getDefaultInstance()
: federation_;
}
}
/**
*
*
*
* Required. The metastore federation to update. The server only merges fields
* in the service if they are specified in `update_mask`.
*
* The metastore federation's `name` field is used to identify the
* metastore service to be updated.
*
*
*
* .google.cloud.metastore.v1alpha.Federation federation = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.cloud.metastore.v1alpha.Federation,
com.google.cloud.metastore.v1alpha.Federation.Builder,
com.google.cloud.metastore.v1alpha.FederationOrBuilder>
getFederationFieldBuilder() {
if (federationBuilder_ == null) {
federationBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.cloud.metastore.v1alpha.Federation,
com.google.cloud.metastore.v1alpha.Federation.Builder,
com.google.cloud.metastore.v1alpha.FederationOrBuilder>(
getFederation(), getParentForChildren(), isClean());
federation_ = null;
}
return federationBuilder_;
}
private java.lang.Object requestId_ = "";
/**
*
*
*
* Optional. A request ID. Specify a unique request ID to allow the server to
* ignore the request if it has completed. The server will ignore subsequent
* requests that provide a duplicate request ID for at least 60 minutes after
* the first request.
*
* For example, if an initial request times out, followed by another request
* with the same request ID, the server ignores the second request to prevent
* the creation of duplicate commitments.
*
* The request ID must be a valid
* [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
* A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
*
*
* string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The requestId.
*/
public java.lang.String getRequestId() {
java.lang.Object ref = requestId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
requestId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* Optional. A request ID. Specify a unique request ID to allow the server to
* ignore the request if it has completed. The server will ignore subsequent
* requests that provide a duplicate request ID for at least 60 minutes after
* the first request.
*
* For example, if an initial request times out, followed by another request
* with the same request ID, the server ignores the second request to prevent
* the creation of duplicate commitments.
*
* The request ID must be a valid
* [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
* A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
*
*
* string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for requestId.
*/
public com.google.protobuf.ByteString getRequestIdBytes() {
java.lang.Object ref = requestId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
requestId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* Optional. A request ID. Specify a unique request ID to allow the server to
* ignore the request if it has completed. The server will ignore subsequent
* requests that provide a duplicate request ID for at least 60 minutes after
* the first request.
*
* For example, if an initial request times out, followed by another request
* with the same request ID, the server ignores the second request to prevent
* the creation of duplicate commitments.
*
* The request ID must be a valid
* [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
* A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
*
*
* string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @param value The requestId to set.
* @return This builder for chaining.
*/
public Builder setRequestId(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
requestId_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* Optional. A request ID. Specify a unique request ID to allow the server to
* ignore the request if it has completed. The server will ignore subsequent
* requests that provide a duplicate request ID for at least 60 minutes after
* the first request.
*
* For example, if an initial request times out, followed by another request
* with the same request ID, the server ignores the second request to prevent
* the creation of duplicate commitments.
*
* The request ID must be a valid
* [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
* A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
*
*
* string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return This builder for chaining.
*/
public Builder clearRequestId() {
requestId_ = getDefaultInstance().getRequestId();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
*
*
*
* Optional. A request ID. Specify a unique request ID to allow the server to
* ignore the request if it has completed. The server will ignore subsequent
* requests that provide a duplicate request ID for at least 60 minutes after
* the first request.
*
* For example, if an initial request times out, followed by another request
* with the same request ID, the server ignores the second request to prevent
* the creation of duplicate commitments.
*
* The request ID must be a valid
* [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format)
* A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
*
*
* string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @param value The bytes for requestId to set.
* @return This builder for chaining.
*/
public Builder setRequestIdBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
requestId_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.cloud.metastore.v1alpha.UpdateFederationRequest)
}
// @@protoc_insertion_point(class_scope:google.cloud.metastore.v1alpha.UpdateFederationRequest)
private static final com.google.cloud.metastore.v1alpha.UpdateFederationRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.cloud.metastore.v1alpha.UpdateFederationRequest();
}
public static com.google.cloud.metastore.v1alpha.UpdateFederationRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public UpdateFederationRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.cloud.metastore.v1alpha.UpdateFederationRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}