public final class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy extends GeneratedMessageV3 implements BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicyOrBuilder
The configuration for a custom policy implemented by the user and deployed with the client.
Protobuf type
google.cloud.compute.v1.BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
Static Fields
DATA_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.Builder newBuilder()
Returns
newBuilder(BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy prototype)
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.Builder newBuilder(BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy prototype)
Parameter
Returns
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getData()
An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.
optional string data = 3076010;
Returns
Type | Description |
String | The data.
|
getDataBytes()
public ByteString getDataBytes()
An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.
optional string data = 3076010;
Returns
getDefaultInstanceForType()
public BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy getDefaultInstanceForType()
Returns
getName()
Identifies the custom policy. The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected.
optional string name = 3373707;
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifies the custom policy. The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected.
optional string name = 3373707;
Returns
getParserForType()
public Parser<BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasData()
An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.
optional string data = 3076010;
Returns
Type | Description |
boolean | Whether the data field is set.
|
hasName()
Identifies the custom policy. The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected.
optional string name = 3373707;
Returns
Type | Description |
boolean | Whether the name field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions