Class GrpcService.GoogleGrpc
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- 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
,java.io.Serializable
- Enclosing class:
- GrpcService
public static final class GrpcService.GoogleGrpc extends com.google.protobuf.GeneratedMessage 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 class
GrpcService.GoogleGrpc.Builder
[#next-free-field: 9]static class
GrpcService.GoogleGrpc.CallCredentials
[#next-free-field: 8]static interface
GrpcService.GoogleGrpc.CallCredentialsOrBuilder
static class
GrpcService.GoogleGrpc.ChannelArgs
Channel arguments.static interface
GrpcService.GoogleGrpc.ChannelArgsOrBuilder
static class
GrpcService.GoogleGrpc.ChannelCredentials
See https://grpc.io/docs/guides/auth.html#credential-types to understand Channel and Call credential types.static interface
GrpcService.GoogleGrpc.ChannelCredentialsOrBuilder
static class
GrpcService.GoogleGrpc.GoogleLocalCredentials
Local channel credentials.static interface
GrpcService.GoogleGrpc.GoogleLocalCredentialsOrBuilder
static class
GrpcService.GoogleGrpc.SslCredentials
See https://grpc.io/grpc/cpp/structgrpc_1_1_ssl_credentials_options.html.static interface
GrpcService.GoogleGrpc.SslCredentialsOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T extends java.lang.Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
GoogleGrpc()
private
GoogleGrpc(com.google.protobuf.GeneratedMessage.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
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>`_.int
getCallCredentialsCount()
A set of call credentials that can be composed with `channel credentials <https://grpc.io/docs/guides/auth.html#credential-types>`_.java.util.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.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>`_.java.util.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.ChannelArgs
getChannelArgs()
Custom channels args.GrpcService.GoogleGrpc.ChannelArgsOrBuilder
getChannelArgsOrBuilder()
Custom channels args.GrpcService.GoogleGrpc.ChannelCredentials
getChannelCredentials()
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;
GrpcService.GoogleGrpc.ChannelCredentialsOrBuilder
getChannelCredentialsOrBuilder()
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;
com.google.protobuf.Struct
getConfig()
Additional configuration for site-specific customizations of the Google gRPC library.com.google.protobuf.StructOrBuilder
getConfigOrBuilder()
Additional configuration for site-specific customizations of the Google gRPC library.java.lang.String
getCredentialsFactoryName()
The name of the Google gRPC credentials factory to use.com.google.protobuf.ByteString
getCredentialsFactoryNameBytes()
The name of the Google gRPC credentials factory to use.static GrpcService.GoogleGrpc
getDefaultInstance()
GrpcService.GoogleGrpc
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Parser<GrpcService.GoogleGrpc>
getParserForType()
com.google.protobuf.UInt32Value
getPerStreamBufferLimitBytes()
How many bytes each stream can buffer internally.com.google.protobuf.UInt32ValueOrBuilder
getPerStreamBufferLimitBytesOrBuilder()
How many bytes each stream can buffer internally.int
getSerializedSize()
java.lang.String
getStatPrefix()
The human readable prefix to use when emitting statistics for the gRPC service.com.google.protobuf.ByteString
getStatPrefixBytes()
The human readable prefix to use when emitting statistics for the gRPC service.java.lang.String
getTargetUri()
The target URI when using the `Google C++ gRPC client <https://github.com/grpc/grpc>`_.com.google.protobuf.ByteString
getTargetUriBytes()
The target URI when using the `Google C++ gRPC client <https://github.com/grpc/grpc>`_.boolean
hasChannelArgs()
Custom channels args.boolean
hasChannelCredentials()
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;
boolean
hasConfig()
Additional configuration for site-specific customizations of the Google gRPC library.int
hashCode()
boolean
hasPerStreamBufferLimitBytes()
How many bytes each stream can buffer internally.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static GrpcService.GoogleGrpc.Builder
newBuilder()
static GrpcService.GoogleGrpc.Builder
newBuilder(GrpcService.GoogleGrpc prototype)
GrpcService.GoogleGrpc.Builder
newBuilderForType()
protected GrpcService.GoogleGrpc.Builder
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
static GrpcService.GoogleGrpc
parseDelimitedFrom(java.io.InputStream input)
static GrpcService.GoogleGrpc
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc
parseFrom(byte[] data)
static GrpcService.GoogleGrpc
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc
parseFrom(com.google.protobuf.ByteString data)
static GrpcService.GoogleGrpc
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc
parseFrom(com.google.protobuf.CodedInputStream input)
static GrpcService.GoogleGrpc
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc
parseFrom(java.io.InputStream input)
static GrpcService.GoogleGrpc
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc
parseFrom(java.nio.ByteBuffer data)
static GrpcService.GoogleGrpc
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<GrpcService.GoogleGrpc>
parser()
GrpcService.GoogleGrpc.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, 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, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
bitField0_
private int bitField0_
-
TARGET_URI_FIELD_NUMBER
public static final int TARGET_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
targetUri_
private volatile java.lang.Object targetUri_
-
CHANNEL_CREDENTIALS_FIELD_NUMBER
public static final int CHANNEL_CREDENTIALS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
channelCredentials_
private GrpcService.GoogleGrpc.ChannelCredentials channelCredentials_
-
CALL_CREDENTIALS_FIELD_NUMBER
public static final int CALL_CREDENTIALS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
callCredentials_
private java.util.List<GrpcService.GoogleGrpc.CallCredentials> callCredentials_
-
STAT_PREFIX_FIELD_NUMBER
public static final int STAT_PREFIX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
statPrefix_
private volatile java.lang.Object statPrefix_
-
CREDENTIALS_FACTORY_NAME_FIELD_NUMBER
public static final int CREDENTIALS_FACTORY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
credentialsFactoryName_
private volatile java.lang.Object credentialsFactoryName_
-
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
config_
private com.google.protobuf.Struct config_
-
PER_STREAM_BUFFER_LIMIT_BYTES_FIELD_NUMBER
public static final int PER_STREAM_BUFFER_LIMIT_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
perStreamBufferLimitBytes_
private com.google.protobuf.UInt32Value perStreamBufferLimitBytes_
-
CHANNEL_ARGS_FIELD_NUMBER
public static final int CHANNEL_ARGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
channelArgs_
private GrpcService.GoogleGrpc.ChannelArgs channelArgs_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final GrpcService.GoogleGrpc DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<GrpcService.GoogleGrpc> PARSER
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
getTargetUri
public java.lang.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:
getTargetUri
in 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:
getTargetUriBytes
in interfaceGrpcService.GoogleGrpcOrBuilder
- Returns:
- The bytes for targetUri.
-
hasChannelCredentials
public boolean hasChannelCredentials()
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;
- Specified by:
hasChannelCredentials
in 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:
getChannelCredentials
in interfaceGrpcService.GoogleGrpcOrBuilder
- Returns:
- The channelCredentials.
-
getChannelCredentialsOrBuilder
public GrpcService.GoogleGrpc.ChannelCredentialsOrBuilder getChannelCredentialsOrBuilder()
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelCredentials channel_credentials = 2;
- Specified by:
getChannelCredentialsOrBuilder
in interfaceGrpcService.GoogleGrpcOrBuilder
-
getCallCredentialsList
public java.util.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:
getCallCredentialsList
in interfaceGrpcService.GoogleGrpcOrBuilder
-
getCallCredentialsOrBuilderList
public java.util.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:
getCallCredentialsOrBuilderList
in 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:
getCallCredentialsCount
in 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:
getCallCredentials
in 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:
getCallCredentialsOrBuilder
in interfaceGrpcService.GoogleGrpcOrBuilder
-
getStatPrefix
public java.lang.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:
getStatPrefix
in 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:
getStatPrefixBytes
in interfaceGrpcService.GoogleGrpcOrBuilder
- Returns:
- The bytes for statPrefix.
-
getCredentialsFactoryName
public java.lang.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:
getCredentialsFactoryName
in 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:
getCredentialsFactoryNameBytes
in 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:
hasConfig
in 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:
getConfig
in 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:
getConfigOrBuilder
in 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:
hasPerStreamBufferLimitBytes
in 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:
getPerStreamBufferLimitBytes
in 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:
getPerStreamBufferLimitBytesOrBuilder
in interfaceGrpcService.GoogleGrpcOrBuilder
-
hasChannelArgs
public boolean hasChannelArgs()
Custom channels args.
.envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelArgs channel_args = 8;
- Specified by:
hasChannelArgs
in 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:
getChannelArgs
in 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:
getChannelArgsOrBuilder
in interfaceGrpcService.GoogleGrpcOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(java.nio.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(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static GrpcService.GoogleGrpc parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static GrpcService.GoogleGrpc parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static GrpcService.GoogleGrpc parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public GrpcService.GoogleGrpc.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected GrpcService.GoogleGrpc.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public GrpcService.GoogleGrpc getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-