public static final class NetworkConfig.Consumer extends com.google.protobuf.GeneratedMessageV3 implements NetworkConfig.ConsumerOrBuilder
Contains information of the customer's network configurations. Next available ID: 5Protobuf type
google.cloud.metastore.v1beta.NetworkConfig.Consumer| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkConfig.Consumer.Builder
Contains information of the customer's network configurations.
|
static class |
NetworkConfig.Consumer.VpcResourceCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ENDPOINT_LOCATION_FIELD_NUMBER |
static int |
ENDPOINT_URI_FIELD_NUMBER |
static int |
SUBNETWORK_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static NetworkConfig.Consumer |
getDefaultInstance() |
NetworkConfig.Consumer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEndpointLocation()
Output only.
|
com.google.protobuf.ByteString |
getEndpointLocationBytes()
Output only.
|
String |
getEndpointUri()
Output only.
|
com.google.protobuf.ByteString |
getEndpointUriBytes()
Output only.
|
com.google.protobuf.Parser<NetworkConfig.Consumer> |
getParserForType() |
int |
getSerializedSize() |
String |
getSubnetwork()
Immutable.
|
com.google.protobuf.ByteString |
getSubnetworkBytes()
Immutable.
|
NetworkConfig.Consumer.VpcResourceCase |
getVpcResourceCase() |
int |
hashCode() |
boolean |
hasSubnetwork()
Immutable.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NetworkConfig.Consumer.Builder |
newBuilder() |
static NetworkConfig.Consumer.Builder |
newBuilder(NetworkConfig.Consumer prototype) |
NetworkConfig.Consumer.Builder |
newBuilderForType() |
protected NetworkConfig.Consumer.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static NetworkConfig.Consumer |
parseDelimitedFrom(InputStream input) |
static NetworkConfig.Consumer |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConfig.Consumer |
parseFrom(byte[] data) |
static NetworkConfig.Consumer |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConfig.Consumer |
parseFrom(ByteBuffer data) |
static NetworkConfig.Consumer |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConfig.Consumer |
parseFrom(com.google.protobuf.ByteString data) |
static NetworkConfig.Consumer |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConfig.Consumer |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NetworkConfig.Consumer |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NetworkConfig.Consumer |
parseFrom(InputStream input) |
static NetworkConfig.Consumer |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NetworkConfig.Consumer> |
parser() |
NetworkConfig.Consumer.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SUBNETWORK_FIELD_NUMBER
public static final int ENDPOINT_URI_FIELD_NUMBER
public static final int ENDPOINT_LOCATION_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public NetworkConfig.Consumer.VpcResourceCase getVpcResourceCase()
getVpcResourceCase in interface NetworkConfig.ConsumerOrBuilderpublic boolean hasSubnetwork()
Immutable. The subnetwork of the customer project from which an IP
address is reserved and used as the Dataproc Metastore service's
endpoint. It is accessible to hosts in the subnet and to all
hosts in a subnet in the same region and same network. There must
be at least one IP address available in the subnet's primary range. The
subnet is specified in the following form:
`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}`
string subnetwork = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
hasSubnetwork in interface NetworkConfig.ConsumerOrBuilderpublic String getSubnetwork()
Immutable. The subnetwork of the customer project from which an IP
address is reserved and used as the Dataproc Metastore service's
endpoint. It is accessible to hosts in the subnet and to all
hosts in a subnet in the same region and same network. There must
be at least one IP address available in the subnet's primary range. The
subnet is specified in the following form:
`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}`
string subnetwork = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
getSubnetwork in interface NetworkConfig.ConsumerOrBuilderpublic com.google.protobuf.ByteString getSubnetworkBytes()
Immutable. The subnetwork of the customer project from which an IP
address is reserved and used as the Dataproc Metastore service's
endpoint. It is accessible to hosts in the subnet and to all
hosts in a subnet in the same region and same network. There must
be at least one IP address available in the subnet's primary range. The
subnet is specified in the following form:
`projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}`
string subnetwork = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
getSubnetworkBytes in interface NetworkConfig.ConsumerOrBuilderpublic String getEndpointUri()
Output only. The URI of the endpoint used to access the metastore service.
string endpoint_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getEndpointUri in interface NetworkConfig.ConsumerOrBuilderpublic com.google.protobuf.ByteString getEndpointUriBytes()
Output only. The URI of the endpoint used to access the metastore service.
string endpoint_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getEndpointUriBytes in interface NetworkConfig.ConsumerOrBuilderpublic String getEndpointLocation()
Output only. The location of the endpoint URI. Format:
`projects/{project}/locations/{location}`.
string endpoint_location = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getEndpointLocation in interface NetworkConfig.ConsumerOrBuilderpublic com.google.protobuf.ByteString getEndpointLocationBytes()
Output only. The location of the endpoint URI. Format:
`projects/{project}/locations/{location}`.
string endpoint_location = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getEndpointLocationBytes in interface NetworkConfig.ConsumerOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static NetworkConfig.Consumer parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConfig.Consumer parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConfig.Consumer parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConfig.Consumer parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConfig.Consumer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConfig.Consumer parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NetworkConfig.Consumer parseFrom(InputStream input) throws IOException
IOExceptionpublic static NetworkConfig.Consumer parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NetworkConfig.Consumer parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NetworkConfig.Consumer parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NetworkConfig.Consumer parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NetworkConfig.Consumer parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NetworkConfig.Consumer.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NetworkConfig.Consumer.Builder newBuilder()
public static NetworkConfig.Consumer.Builder newBuilder(NetworkConfig.Consumer prototype)
public NetworkConfig.Consumer.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NetworkConfig.Consumer.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static NetworkConfig.Consumer getDefaultInstance()
public static com.google.protobuf.Parser<NetworkConfig.Consumer> parser()
public com.google.protobuf.Parser<NetworkConfig.Consumer> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public NetworkConfig.Consumer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.