public enum GrpcNetworkGroup extends Enum<GrpcNetworkGroup>
Enum Constant and Description |
---|
RPC
Networking group for RPC traffic.
|
STREAMING
Networking group for Streaming traffic.
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyCode() |
static GrpcNetworkGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcNetworkGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrpcNetworkGroup RPC
public static final GrpcNetworkGroup STREAMING
public static GrpcNetworkGroup[] values()
for (GrpcNetworkGroup c : GrpcNetworkGroup.values()) System.out.println(c);
public static GrpcNetworkGroup valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getPropertyCode()
Copyright © 2023. All Rights Reserved.