All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.servicemanagement.v1.SubmitConfigSourceRequest Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/servicemanagement/v1/servicemanager.proto

package com.google.api.servicemanagement.v1;

/**
 * 
 * Request message for SubmitConfigSource method.
 * 
* * Protobuf type {@code google.api.servicemanagement.v1.SubmitConfigSourceRequest} */ public final class SubmitConfigSourceRequest extends com.google.proto4pingcap.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.servicemanagement.v1.SubmitConfigSourceRequest) SubmitConfigSourceRequestOrBuilder { // Use SubmitConfigSourceRequest.newBuilder() to construct. private SubmitConfigSourceRequest(com.google.proto4pingcap.GeneratedMessageV3.Builder builder) { super(builder); } private SubmitConfigSourceRequest() { serviceName_ = ""; validateOnly_ = false; } @java.lang.Override public final com.google.proto4pingcap.UnknownFieldSet getUnknownFields() { return com.google.proto4pingcap.UnknownFieldSet.getDefaultInstance(); } private SubmitConfigSourceRequest( com.google.proto4pingcap.CodedInputStream input, com.google.proto4pingcap.ExtensionRegistryLite extensionRegistry) throws com.google.proto4pingcap.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); serviceName_ = s; break; } case 18: { com.google.api.servicemanagement.v1.ConfigSource.Builder subBuilder = null; if (configSource_ != null) { subBuilder = configSource_.toBuilder(); } configSource_ = input.readMessage(com.google.api.servicemanagement.v1.ConfigSource.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(configSource_); configSource_ = subBuilder.buildPartial(); } break; } case 24: { validateOnly_ = input.readBool(); break; } } } } catch (com.google.proto4pingcap.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.proto4pingcap.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { makeExtensionsImmutable(); } } public static final com.google.proto4pingcap.Descriptors.Descriptor getDescriptor() { return com.google.api.servicemanagement.v1.ServiceManagerProto.internal_static_google_api_servicemanagement_v1_SubmitConfigSourceRequest_descriptor; } protected com.google.proto4pingcap.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.api.servicemanagement.v1.ServiceManagerProto.internal_static_google_api_servicemanagement_v1_SubmitConfigSourceRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.api.servicemanagement.v1.SubmitConfigSourceRequest.class, com.google.api.servicemanagement.v1.SubmitConfigSourceRequest.Builder.class); } public static final int SERVICE_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object serviceName_; /** *
   * The name of the service.  See the [overview](/service-management/overview)
   * for naming requirements.  For example: `example.googleapis.com`.
   * 
* * string service_name = 1; */ public java.lang.String getServiceName() { java.lang.Object ref = serviceName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.proto4pingcap.ByteString bs = (com.google.proto4pingcap.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceName_ = s; return s; } } /** *
   * The name of the service.  See the [overview](/service-management/overview)
   * for naming requirements.  For example: `example.googleapis.com`.
   * 
* * string service_name = 1; */ public com.google.proto4pingcap.ByteString getServiceNameBytes() { java.lang.Object ref = serviceName_; if (ref instanceof java.lang.String) { com.google.proto4pingcap.ByteString b = com.google.proto4pingcap.ByteString.copyFromUtf8( (java.lang.String) ref); serviceName_ = b; return b; } else { return (com.google.proto4pingcap.ByteString) ref; } } public static final int CONFIG_SOURCE_FIELD_NUMBER = 2; private com.google.api.servicemanagement.v1.ConfigSource configSource_; /** *
   * The source configuration for the service.
   * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public boolean hasConfigSource() { return configSource_ != null; } /** *
   * The source configuration for the service.
   * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public com.google.api.servicemanagement.v1.ConfigSource getConfigSource() { return configSource_ == null ? com.google.api.servicemanagement.v1.ConfigSource.getDefaultInstance() : configSource_; } /** *
   * The source configuration for the service.
   * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public com.google.api.servicemanagement.v1.ConfigSourceOrBuilder getConfigSourceOrBuilder() { return getConfigSource(); } public static final int VALIDATE_ONLY_FIELD_NUMBER = 3; private boolean validateOnly_; /** *
   * Optional. If set, this will result in the generation of a
   * `google.api.Service` configuration based on the `ConfigSource` provided,
   * but the generated config and the sources will NOT be persisted.
   * 
* * bool validate_only = 3; */ public boolean getValidateOnly() { return validateOnly_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.proto4pingcap.CodedOutputStream output) throws java.io.IOException { if (!getServiceNameBytes().isEmpty()) { com.google.proto4pingcap.GeneratedMessageV3.writeString(output, 1, serviceName_); } if (configSource_ != null) { output.writeMessage(2, getConfigSource()); } if (validateOnly_ != false) { output.writeBool(3, validateOnly_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getServiceNameBytes().isEmpty()) { size += com.google.proto4pingcap.GeneratedMessageV3.computeStringSize(1, serviceName_); } if (configSource_ != null) { size += com.google.proto4pingcap.CodedOutputStream .computeMessageSize(2, getConfigSource()); } if (validateOnly_ != false) { size += com.google.proto4pingcap.CodedOutputStream .computeBoolSize(3, validateOnly_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.api.servicemanagement.v1.SubmitConfigSourceRequest)) { return super.equals(obj); } com.google.api.servicemanagement.v1.SubmitConfigSourceRequest other = (com.google.api.servicemanagement.v1.SubmitConfigSourceRequest) obj; boolean result = true; result = result && getServiceName() .equals(other.getServiceName()); result = result && (hasConfigSource() == other.hasConfigSource()); if (hasConfigSource()) { result = result && getConfigSource() .equals(other.getConfigSource()); } result = result && (getValidateOnly() == other.getValidateOnly()); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SERVICE_NAME_FIELD_NUMBER; hash = (53 * hash) + getServiceName().hashCode(); if (hasConfigSource()) { hash = (37 * hash) + CONFIG_SOURCE_FIELD_NUMBER; hash = (53 * hash) + getConfigSource().hashCode(); } hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; hash = (53 * hash) + com.google.proto4pingcap.Internal.hashBoolean( getValidateOnly()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseFrom( com.google.proto4pingcap.ByteString data) throws com.google.proto4pingcap.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseFrom( com.google.proto4pingcap.ByteString data, com.google.proto4pingcap.ExtensionRegistryLite extensionRegistry) throws com.google.proto4pingcap.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseFrom(byte[] data) throws com.google.proto4pingcap.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseFrom( byte[] data, com.google.proto4pingcap.ExtensionRegistryLite extensionRegistry) throws com.google.proto4pingcap.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.proto4pingcap.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseFrom( java.io.InputStream input, com.google.proto4pingcap.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.proto4pingcap.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.proto4pingcap.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseDelimitedFrom( java.io.InputStream input, com.google.proto4pingcap.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.proto4pingcap.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseFrom( com.google.proto4pingcap.CodedInputStream input) throws java.io.IOException { return com.google.proto4pingcap.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parseFrom( com.google.proto4pingcap.CodedInputStream input, com.google.proto4pingcap.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.proto4pingcap.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.api.servicemanagement.v1.SubmitConfigSourceRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.proto4pingcap.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Request message for SubmitConfigSource method.
   * 
* * Protobuf type {@code google.api.servicemanagement.v1.SubmitConfigSourceRequest} */ public static final class Builder extends com.google.proto4pingcap.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.servicemanagement.v1.SubmitConfigSourceRequest) com.google.api.servicemanagement.v1.SubmitConfigSourceRequestOrBuilder { public static final com.google.proto4pingcap.Descriptors.Descriptor getDescriptor() { return com.google.api.servicemanagement.v1.ServiceManagerProto.internal_static_google_api_servicemanagement_v1_SubmitConfigSourceRequest_descriptor; } protected com.google.proto4pingcap.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.api.servicemanagement.v1.ServiceManagerProto.internal_static_google_api_servicemanagement_v1_SubmitConfigSourceRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.api.servicemanagement.v1.SubmitConfigSourceRequest.class, com.google.api.servicemanagement.v1.SubmitConfigSourceRequest.Builder.class); } // Construct using com.google.api.servicemanagement.v1.SubmitConfigSourceRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.proto4pingcap.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.proto4pingcap.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); serviceName_ = ""; if (configSourceBuilder_ == null) { configSource_ = null; } else { configSource_ = null; configSourceBuilder_ = null; } validateOnly_ = false; return this; } public com.google.proto4pingcap.Descriptors.Descriptor getDescriptorForType() { return com.google.api.servicemanagement.v1.ServiceManagerProto.internal_static_google_api_servicemanagement_v1_SubmitConfigSourceRequest_descriptor; } public com.google.api.servicemanagement.v1.SubmitConfigSourceRequest getDefaultInstanceForType() { return com.google.api.servicemanagement.v1.SubmitConfigSourceRequest.getDefaultInstance(); } public com.google.api.servicemanagement.v1.SubmitConfigSourceRequest build() { com.google.api.servicemanagement.v1.SubmitConfigSourceRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.google.api.servicemanagement.v1.SubmitConfigSourceRequest buildPartial() { com.google.api.servicemanagement.v1.SubmitConfigSourceRequest result = new com.google.api.servicemanagement.v1.SubmitConfigSourceRequest(this); result.serviceName_ = serviceName_; if (configSourceBuilder_ == null) { result.configSource_ = configSource_; } else { result.configSource_ = configSourceBuilder_.build(); } result.validateOnly_ = validateOnly_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.proto4pingcap.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.proto4pingcap.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.proto4pingcap.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.proto4pingcap.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.proto4pingcap.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.proto4pingcap.Message other) { if (other instanceof com.google.api.servicemanagement.v1.SubmitConfigSourceRequest) { return mergeFrom((com.google.api.servicemanagement.v1.SubmitConfigSourceRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.api.servicemanagement.v1.SubmitConfigSourceRequest other) { if (other == com.google.api.servicemanagement.v1.SubmitConfigSourceRequest.getDefaultInstance()) return this; if (!other.getServiceName().isEmpty()) { serviceName_ = other.serviceName_; onChanged(); } if (other.hasConfigSource()) { mergeConfigSource(other.getConfigSource()); } if (other.getValidateOnly() != false) { setValidateOnly(other.getValidateOnly()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.proto4pingcap.CodedInputStream input, com.google.proto4pingcap.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.api.servicemanagement.v1.SubmitConfigSourceRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.proto4pingcap.InvalidProtocolBufferException e) { parsedMessage = (com.google.api.servicemanagement.v1.SubmitConfigSourceRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object serviceName_ = ""; /** *
     * The name of the service.  See the [overview](/service-management/overview)
     * for naming requirements.  For example: `example.googleapis.com`.
     * 
* * string service_name = 1; */ public java.lang.String getServiceName() { java.lang.Object ref = serviceName_; if (!(ref instanceof java.lang.String)) { com.google.proto4pingcap.ByteString bs = (com.google.proto4pingcap.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The name of the service.  See the [overview](/service-management/overview)
     * for naming requirements.  For example: `example.googleapis.com`.
     * 
* * string service_name = 1; */ public com.google.proto4pingcap.ByteString getServiceNameBytes() { java.lang.Object ref = serviceName_; if (ref instanceof String) { com.google.proto4pingcap.ByteString b = com.google.proto4pingcap.ByteString.copyFromUtf8( (java.lang.String) ref); serviceName_ = b; return b; } else { return (com.google.proto4pingcap.ByteString) ref; } } /** *
     * The name of the service.  See the [overview](/service-management/overview)
     * for naming requirements.  For example: `example.googleapis.com`.
     * 
* * string service_name = 1; */ public Builder setServiceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } serviceName_ = value; onChanged(); return this; } /** *
     * The name of the service.  See the [overview](/service-management/overview)
     * for naming requirements.  For example: `example.googleapis.com`.
     * 
* * string service_name = 1; */ public Builder clearServiceName() { serviceName_ = getDefaultInstance().getServiceName(); onChanged(); return this; } /** *
     * The name of the service.  See the [overview](/service-management/overview)
     * for naming requirements.  For example: `example.googleapis.com`.
     * 
* * string service_name = 1; */ public Builder setServiceNameBytes( com.google.proto4pingcap.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); serviceName_ = value; onChanged(); return this; } private com.google.api.servicemanagement.v1.ConfigSource configSource_ = null; private com.google.proto4pingcap.SingleFieldBuilderV3< com.google.api.servicemanagement.v1.ConfigSource, com.google.api.servicemanagement.v1.ConfigSource.Builder, com.google.api.servicemanagement.v1.ConfigSourceOrBuilder> configSourceBuilder_; /** *
     * The source configuration for the service.
     * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public boolean hasConfigSource() { return configSourceBuilder_ != null || configSource_ != null; } /** *
     * The source configuration for the service.
     * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public com.google.api.servicemanagement.v1.ConfigSource getConfigSource() { if (configSourceBuilder_ == null) { return configSource_ == null ? com.google.api.servicemanagement.v1.ConfigSource.getDefaultInstance() : configSource_; } else { return configSourceBuilder_.getMessage(); } } /** *
     * The source configuration for the service.
     * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public Builder setConfigSource(com.google.api.servicemanagement.v1.ConfigSource value) { if (configSourceBuilder_ == null) { if (value == null) { throw new NullPointerException(); } configSource_ = value; onChanged(); } else { configSourceBuilder_.setMessage(value); } return this; } /** *
     * The source configuration for the service.
     * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public Builder setConfigSource( com.google.api.servicemanagement.v1.ConfigSource.Builder builderForValue) { if (configSourceBuilder_ == null) { configSource_ = builderForValue.build(); onChanged(); } else { configSourceBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * The source configuration for the service.
     * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public Builder mergeConfigSource(com.google.api.servicemanagement.v1.ConfigSource value) { if (configSourceBuilder_ == null) { if (configSource_ != null) { configSource_ = com.google.api.servicemanagement.v1.ConfigSource.newBuilder(configSource_).mergeFrom(value).buildPartial(); } else { configSource_ = value; } onChanged(); } else { configSourceBuilder_.mergeFrom(value); } return this; } /** *
     * The source configuration for the service.
     * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public Builder clearConfigSource() { if (configSourceBuilder_ == null) { configSource_ = null; onChanged(); } else { configSource_ = null; configSourceBuilder_ = null; } return this; } /** *
     * The source configuration for the service.
     * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public com.google.api.servicemanagement.v1.ConfigSource.Builder getConfigSourceBuilder() { onChanged(); return getConfigSourceFieldBuilder().getBuilder(); } /** *
     * The source configuration for the service.
     * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ public com.google.api.servicemanagement.v1.ConfigSourceOrBuilder getConfigSourceOrBuilder() { if (configSourceBuilder_ != null) { return configSourceBuilder_.getMessageOrBuilder(); } else { return configSource_ == null ? com.google.api.servicemanagement.v1.ConfigSource.getDefaultInstance() : configSource_; } } /** *
     * The source configuration for the service.
     * 
* * .google.api.servicemanagement.v1.ConfigSource config_source = 2; */ private com.google.proto4pingcap.SingleFieldBuilderV3< com.google.api.servicemanagement.v1.ConfigSource, com.google.api.servicemanagement.v1.ConfigSource.Builder, com.google.api.servicemanagement.v1.ConfigSourceOrBuilder> getConfigSourceFieldBuilder() { if (configSourceBuilder_ == null) { configSourceBuilder_ = new com.google.proto4pingcap.SingleFieldBuilderV3< com.google.api.servicemanagement.v1.ConfigSource, com.google.api.servicemanagement.v1.ConfigSource.Builder, com.google.api.servicemanagement.v1.ConfigSourceOrBuilder>( getConfigSource(), getParentForChildren(), isClean()); configSource_ = null; } return configSourceBuilder_; } private boolean validateOnly_ ; /** *
     * Optional. If set, this will result in the generation of a
     * `google.api.Service` configuration based on the `ConfigSource` provided,
     * but the generated config and the sources will NOT be persisted.
     * 
* * bool validate_only = 3; */ public boolean getValidateOnly() { return validateOnly_; } /** *
     * Optional. If set, this will result in the generation of a
     * `google.api.Service` configuration based on the `ConfigSource` provided,
     * but the generated config and the sources will NOT be persisted.
     * 
* * bool validate_only = 3; */ public Builder setValidateOnly(boolean value) { validateOnly_ = value; onChanged(); return this; } /** *
     * Optional. If set, this will result in the generation of a
     * `google.api.Service` configuration based on the `ConfigSource` provided,
     * but the generated config and the sources will NOT be persisted.
     * 
* * bool validate_only = 3; */ public Builder clearValidateOnly() { validateOnly_ = false; onChanged(); return this; } public final Builder setUnknownFields( final com.google.proto4pingcap.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final com.google.proto4pingcap.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:google.api.servicemanagement.v1.SubmitConfigSourceRequest) } // @@protoc_insertion_point(class_scope:google.api.servicemanagement.v1.SubmitConfigSourceRequest) private static final com.google.api.servicemanagement.v1.SubmitConfigSourceRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.api.servicemanagement.v1.SubmitConfigSourceRequest(); } public static com.google.api.servicemanagement.v1.SubmitConfigSourceRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.proto4pingcap.Parser PARSER = new com.google.proto4pingcap.AbstractParser() { public SubmitConfigSourceRequest parsePartialFrom( com.google.proto4pingcap.CodedInputStream input, com.google.proto4pingcap.ExtensionRegistryLite extensionRegistry) throws com.google.proto4pingcap.InvalidProtocolBufferException { return new SubmitConfigSourceRequest(input, extensionRegistry); } }; public static com.google.proto4pingcap.Parser parser() { return PARSER; } @java.lang.Override public com.google.proto4pingcap.Parser getParserForType() { return PARSER; } public com.google.api.servicemanagement.v1.SubmitConfigSourceRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy