public final class ControlPlaneEndpointsConfig extends GeneratedMessage implements ControlPlaneEndpointsConfigOrBuilderConfiguration for all of the cluster's control plane endpoints.
Protobuf type google.container.v1beta1.ControlPlaneEndpointsConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ControlPlaneEndpointsConfigImplements
ControlPlaneEndpointsConfigOrBuilderStatic Fields
DNS_ENDPOINT_CONFIG_FIELD_NUMBER
public static final int DNS_ENDPOINT_CONFIG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
IP_ENDPOINTS_CONFIG_FIELD_NUMBER
public static final int IP_ENDPOINTS_CONFIG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ControlPlaneEndpointsConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ControlPlaneEndpointsConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig.Builder |
|
newBuilder(ControlPlaneEndpointsConfig prototype)
public static ControlPlaneEndpointsConfig.Builder newBuilder(ControlPlaneEndpointsConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ControlPlaneEndpointsConfig |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static ControlPlaneEndpointsConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ControlPlaneEndpointsConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ControlPlaneEndpointsConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ControlPlaneEndpointsConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ControlPlaneEndpointsConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ControlPlaneEndpointsConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ControlPlaneEndpointsConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ControlPlaneEndpointsConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ControlPlaneEndpointsConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ControlPlaneEndpointsConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ControlPlaneEndpointsConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ControlPlaneEndpointsConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ControlPlaneEndpointsConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ControlPlaneEndpointsConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ControlPlaneEndpointsConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig |
|
getDnsEndpointConfig()
public ControlPlaneEndpointsConfig.DNSEndpointConfig getDnsEndpointConfig()DNS endpoint configuration.
.google.container.v1beta1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig.DNSEndpointConfig |
The dnsEndpointConfig. |
getDnsEndpointConfigOrBuilder()
public ControlPlaneEndpointsConfig.DNSEndpointConfigOrBuilder getDnsEndpointConfigOrBuilder()DNS endpoint configuration.
.google.container.v1beta1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig.DNSEndpointConfigOrBuilder |
|
getIpEndpointsConfig()
public ControlPlaneEndpointsConfig.IPEndpointsConfig getIpEndpointsConfig()IP endpoints configuration.
.google.container.v1beta1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig.IPEndpointsConfig |
The ipEndpointsConfig. |
getIpEndpointsConfigOrBuilder()
public ControlPlaneEndpointsConfig.IPEndpointsConfigOrBuilder getIpEndpointsConfigOrBuilder()IP endpoints configuration.
.google.container.v1beta1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig.IPEndpointsConfigOrBuilder |
|
getParserForType()
public Parser<ControlPlaneEndpointsConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ControlPlaneEndpointsConfig> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasDnsEndpointConfig()
public boolean hasDnsEndpointConfig()DNS endpoint configuration.
.google.container.v1beta1.ControlPlaneEndpointsConfig.DNSEndpointConfig dns_endpoint_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dnsEndpointConfig field is set. |
hasIpEndpointsConfig()
public boolean hasIpEndpointsConfig()IP endpoints configuration.
.google.container.v1beta1.ControlPlaneEndpointsConfig.IPEndpointsConfig ip_endpoints_config = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ipEndpointsConfig field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ControlPlaneEndpointsConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ControlPlaneEndpointsConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig.Builder |
|
toBuilder()
public ControlPlaneEndpointsConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ControlPlaneEndpointsConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|