Class GrpcService.GoogleGrpc
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.envoyproxy.envoy.config.core.v3.GrpcService.GoogleGrpc
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,GrpcService.GoogleGrpcOrBuilder,Serializable
- Enclosing class:
- GrpcService
public static final class GrpcService.GoogleGrpc extends com.google.protobuf.GeneratedMessageV3 implements GrpcService.GoogleGrpcOrBuilder
[#next-free-field: 9]
Protobuf typeenvoy.config.core.v3.GrpcService.GoogleGrpc- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGrpcService.GoogleGrpc.Builder[#next-free-field: 9]static classGrpcService.GoogleGrpc.CallCredentials[#next-free-field: 8]static interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilderstatic classGrpcService.GoogleGrpc.ChannelArgsChannel arguments.static interfaceGrpcService.GoogleGrpc.ChannelArgsOrBuilderstatic classGrpcService.GoogleGrpc.ChannelCredentialsSee https://grpc.io/docs/guides/auth.html#credential-types to understand Channel and Call credential types.static interfaceGrpcService.GoogleGrpc.ChannelCredentialsOrBuilderstatic classGrpcService.GoogleGrpc.GoogleLocalCredentialsLocal channel credentials.static interfaceGrpcService.GoogleGrpc.GoogleLocalCredentialsOrBuilderstatic classGrpcService.GoogleGrpc.SslCredentialsSee https://grpc.io/grpc/cpp/structgrpc_1_1_ssl_credentials_options.html.static interfaceGrpcService.GoogleGrpc.SslCredentialsOrBuilder-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCALL_CREDENTIALS_FIELD_NUMBERstatic intCHANNEL_ARGS_FIELD_NUMBERstatic intCHANNEL_CREDENTIALS_FIELD_NUMBERstatic intCONFIG_FIELD_NUMBERstatic intCREDENTIALS_FACTORY_NAME_FIELD_NUMBERstatic intPER_STREAM_BUFFER_LIMIT_BYTES_FIELD_NUMBERstatic intSTAT_PREFIX_FIELD_NUMBERstatic intTARGET_URI_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)GrpcService.GoogleGrpc.CallCredentialsgetCallCredentials(int index)A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.intgetCallCredentialsCount()A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.List<GrpcService.GoogleGrpc.CallCredentials>getCallCredentialsList()A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.GrpcService.GoogleGrpc.CallCredentialsOrBuildergetCallCredentialsOrBuilder(int index)A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.List<? extends GrpcService.GoogleGrpc.CallCredentialsOrBuilder>getCallCredentialsOrBuilderList()A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.GrpcService.GoogleGrpc.ChannelArgsgetChannelArgs()Custom channels args.GrpcService.GoogleGrpc.ChannelArgsOrBuildergetChannelArgsOrBuilder()Custom channels args.GrpcService.GoogleGrpc.ChannelCredentialsgetChannelCredentials().envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;GrpcService.GoogleGrpc.ChannelCredentialsOrBuildergetChannelCredentialsOrBuilder().envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;com.google.protobuf.StructgetConfig()Additional configuration for site-specific customizations of the Google gRPC library.com.google.protobuf.StructOrBuildergetConfigOrBuilder()Additional configuration for site-specific customizations of the Google gRPC library.StringgetCredentialsFactoryName()The name of the Google gRPC credentials factory to use.com.google.protobuf.ByteStringgetCredentialsFactoryNameBytes()The name of the Google gRPC credentials factory to use.static GrpcService.GoogleGrpcgetDefaultInstance()GrpcService.GoogleGrpcgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Parser<GrpcService.GoogleGrpc>getParserForType()com.google.protobuf.UInt32ValuegetPerStreamBufferLimitBytes()How many bytes each stream can buffer internally.com.google.protobuf.UInt32ValueOrBuildergetPerStreamBufferLimitBytesOrBuilder()How many bytes each stream can buffer internally.intgetSerializedSize()StringgetStatPrefix()The human readable prefix to use when emitting statistics for the gRPC service. .. csv-table:: :header: Name, Type, Description :widths: 1, 1, 2 streams_total, Counter, Total number of streams opened streams_closed_<gRPC status code>, Counter, Total streams closed with <gRPC status code>com.google.protobuf.ByteStringgetStatPrefixBytes()The human readable prefix to use when emitting statistics for the gRPC service. .. csv-table:: :header: Name, Type, Description :widths: 1, 1, 2 streams_total, Counter, Total number of streams opened streams_closed_<gRPC status code>, Counter, Total streams closed with <gRPC status code>StringgetTargetUri()The target URI when using the `Google C++ gRPC client <https://github.com/grpc/grpc>`_.com.google.protobuf.ByteStringgetTargetUriBytes()The target URI when using the `Google C++ gRPC client <https://github.com/grpc/grpc>`_.com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasChannelArgs()Custom channels args.booleanhasChannelCredentials().envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;booleanhasConfig()Additional configuration for site-specific customizations of the Google gRPC library.inthashCode()booleanhasPerStreamBufferLimitBytes()How many bytes each stream can buffer internally.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static GrpcService.GoogleGrpc.BuildernewBuilder()static GrpcService.GoogleGrpc.BuildernewBuilder(GrpcService.GoogleGrpc prototype)GrpcService.GoogleGrpc.BuildernewBuilderForType()protected GrpcService.GoogleGrpc.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static GrpcService.GoogleGrpcparseDelimitedFrom(InputStream input)static GrpcService.GoogleGrpcparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcService.GoogleGrpcparseFrom(byte[] data)static GrpcService.GoogleGrpcparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcService.GoogleGrpcparseFrom(com.google.protobuf.ByteString data)static GrpcService.GoogleGrpcparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcService.GoogleGrpcparseFrom(com.google.protobuf.CodedInputStream input)static GrpcService.GoogleGrpcparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcService.GoogleGrpcparseFrom(InputStream input)static GrpcService.GoogleGrpcparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcService.GoogleGrpcparseFrom(ByteBuffer data)static GrpcService.GoogleGrpcparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<GrpcService.GoogleGrpc>parser()GrpcService.GoogleGrpc.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TARGET_URI_FIELD_NUMBER
public static final int TARGET_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHANNEL_CREDENTIALS_FIELD_NUMBER
public static final int CHANNEL_CREDENTIALS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CALL_CREDENTIALS_FIELD_NUMBER
public static final int CALL_CREDENTIALS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STAT_PREFIX_FIELD_NUMBER
public static final int STAT_PREFIX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREDENTIALS_FACTORY_NAME_FIELD_NUMBER
public static final int CREDENTIALS_FACTORY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PER_STREAM_BUFFER_LIMIT_BYTES_FIELD_NUMBER
public static final int PER_STREAM_BUFFER_LIMIT_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHANNEL_ARGS_FIELD_NUMBER
public static final int CHANNEL_ARGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getTargetUri
public String getTargetUri()
The target URI when using the `Google C++ gRPC client <https://github.com/grpc/grpc>`_. SSL credentials will be supplied in :ref:`channel_credentials <envoy_v3_api_field_config.core.v3.GrpcService.GoogleGrpc.channel_credentials>`.
string target_uri = 1 [(.validate.rules) = { ... }- Specified by:
getTargetUriin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The targetUri.
-
getTargetUriBytes
public com.google.protobuf.ByteString getTargetUriBytes()
The target URI when using the `Google C++ gRPC client <https://github.com/grpc/grpc>`_. SSL credentials will be supplied in :ref:`channel_credentials <envoy_v3_api_field_config.core.v3.GrpcService.GoogleGrpc.channel_credentials>`.
string target_uri = 1 [(.validate.rules) = { ... }- Specified by:
getTargetUriBytesin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The bytes for targetUri.
-
hasChannelCredentials
public boolean hasChannelCredentials()
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;- Specified by:
hasChannelCredentialsin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- Whether the channelCredentials field is set.
-
getChannelCredentials
public GrpcService.GoogleGrpc.ChannelCredentials getChannelCredentials()
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;- Specified by:
getChannelCredentialsin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The channelCredentials.
-
getChannelCredentialsOrBuilder
public GrpcService.GoogleGrpc.ChannelCredentialsOrBuilder getChannelCredentialsOrBuilder()
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;- Specified by:
getChannelCredentialsOrBuilderin interfaceGrpcService.GoogleGrpcOrBuilder
-
getCallCredentialsList
public List<GrpcService.GoogleGrpc.CallCredentials> getCallCredentialsList()
A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.
repeated .envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials call_credentials = 3;- Specified by:
getCallCredentialsListin interfaceGrpcService.GoogleGrpcOrBuilder
-
getCallCredentialsOrBuilderList
public List<? extends GrpcService.GoogleGrpc.CallCredentialsOrBuilder> getCallCredentialsOrBuilderList()
A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.
repeated .envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials call_credentials = 3;- Specified by:
getCallCredentialsOrBuilderListin interfaceGrpcService.GoogleGrpcOrBuilder
-
getCallCredentialsCount
public int getCallCredentialsCount()
A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.
repeated .envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials call_credentials = 3;- Specified by:
getCallCredentialsCountin interfaceGrpcService.GoogleGrpcOrBuilder
-
getCallCredentials
public GrpcService.GoogleGrpc.CallCredentials getCallCredentials(int index)
A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.
repeated .envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials call_credentials = 3;- Specified by:
getCallCredentialsin interfaceGrpcService.GoogleGrpcOrBuilder
-
getCallCredentialsOrBuilder
public GrpcService.GoogleGrpc.CallCredentialsOrBuilder getCallCredentialsOrBuilder(int index)
A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.
repeated .envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials call_credentials = 3;- Specified by:
getCallCredentialsOrBuilderin interfaceGrpcService.GoogleGrpcOrBuilder
-
getStatPrefix
public String getStatPrefix()
The human readable prefix to use when emitting statistics for the gRPC service. .. csv-table:: :header: Name, Type, Description :widths: 1, 1, 2 streams_total, Counter, Total number of streams opened streams_closed_<gRPC status code>, Counter, Total streams closed with <gRPC status code>string stat_prefix = 4 [(.validate.rules) = { ... }- Specified by:
getStatPrefixin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The statPrefix.
-
getStatPrefixBytes
public com.google.protobuf.ByteString getStatPrefixBytes()
The human readable prefix to use when emitting statistics for the gRPC service. .. csv-table:: :header: Name, Type, Description :widths: 1, 1, 2 streams_total, Counter, Total number of streams opened streams_closed_<gRPC status code>, Counter, Total streams closed with <gRPC status code>string stat_prefix = 4 [(.validate.rules) = { ... }- Specified by:
getStatPrefixBytesin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The bytes for statPrefix.
-
getCredentialsFactoryName
public String getCredentialsFactoryName()
The name of the Google gRPC credentials factory to use. This must have been registered with Envoy. If this is empty, a default credentials factory will be used that sets up channel credentials based on other configuration parameters.
string credentials_factory_name = 5;- Specified by:
getCredentialsFactoryNamein interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The credentialsFactoryName.
-
getCredentialsFactoryNameBytes
public com.google.protobuf.ByteString getCredentialsFactoryNameBytes()
The name of the Google gRPC credentials factory to use. This must have been registered with Envoy. If this is empty, a default credentials factory will be used that sets up channel credentials based on other configuration parameters.
string credentials_factory_name = 5;- Specified by:
getCredentialsFactoryNameBytesin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The bytes for credentialsFactoryName.
-
hasConfig
public boolean hasConfig()
Additional configuration for site-specific customizations of the Google gRPC library.
.google.protobuf.Struct config = 6;- Specified by:
hasConfigin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- Whether the config field is set.
-
getConfig
public com.google.protobuf.Struct getConfig()
Additional configuration for site-specific customizations of the Google gRPC library.
.google.protobuf.Struct config = 6;- Specified by:
getConfigin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The config.
-
getConfigOrBuilder
public com.google.protobuf.StructOrBuilder getConfigOrBuilder()
Additional configuration for site-specific customizations of the Google gRPC library.
.google.protobuf.Struct config = 6;- Specified by:
getConfigOrBuilderin interfaceGrpcService.GoogleGrpcOrBuilder
-
hasPerStreamBufferLimitBytes
public boolean hasPerStreamBufferLimitBytes()
How many bytes each stream can buffer internally. If not set an implementation defined default is applied (1MiB).
.google.protobuf.UInt32Value per_stream_buffer_limit_bytes = 7;- Specified by:
hasPerStreamBufferLimitBytesin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- Whether the perStreamBufferLimitBytes field is set.
-
getPerStreamBufferLimitBytes
public com.google.protobuf.UInt32Value getPerStreamBufferLimitBytes()
How many bytes each stream can buffer internally. If not set an implementation defined default is applied (1MiB).
.google.protobuf.UInt32Value per_stream_buffer_limit_bytes = 7;- Specified by:
getPerStreamBufferLimitBytesin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The perStreamBufferLimitBytes.
-
getPerStreamBufferLimitBytesOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getPerStreamBufferLimitBytesOrBuilder()
How many bytes each stream can buffer internally. If not set an implementation defined default is applied (1MiB).
.google.protobuf.UInt32Value per_stream_buffer_limit_bytes = 7;- Specified by:
getPerStreamBufferLimitBytesOrBuilderin interfaceGrpcService.GoogleGrpcOrBuilder
-
hasChannelArgs
public boolean hasChannelArgs()
Custom channels args.
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelArgs channel_args = 8;- Specified by:
hasChannelArgsin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- Whether the channelArgs field is set.
-
getChannelArgs
public GrpcService.GoogleGrpc.ChannelArgs getChannelArgs()
Custom channels args.
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelArgs channel_args = 8;- Specified by:
getChannelArgsin interfaceGrpcService.GoogleGrpcOrBuilder- Returns:
- The channelArgs.
-
getChannelArgsOrBuilder
public GrpcService.GoogleGrpc.ChannelArgsOrBuilder getChannelArgsOrBuilder()
Custom channels args.
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelArgs channel_args = 8;- Specified by:
getChannelArgsOrBuilderin interfaceGrpcService.GoogleGrpcOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GrpcService.GoogleGrpc parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GrpcService.GoogleGrpc parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public GrpcService.GoogleGrpc.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static GrpcService.GoogleGrpc.Builder newBuilder()
-
newBuilder
public static GrpcService.GoogleGrpc.Builder newBuilder(GrpcService.GoogleGrpc prototype)
-
toBuilder
public GrpcService.GoogleGrpc.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected GrpcService.GoogleGrpc.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static GrpcService.GoogleGrpc getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<GrpcService.GoogleGrpc> parser()
-
getParserForType
public com.google.protobuf.Parser<GrpcService.GoogleGrpc> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public GrpcService.GoogleGrpc getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-