public final class CreateTunnelDestGroupRequest extends GeneratedMessageV3 implements CreateTunnelDestGroupRequestOrBuilder
The request to CreateTunnelDestGroup.
Protobuf type google.cloud.iap.v1.CreateTunnelDestGroupRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TUNNEL_DEST_GROUP_FIELD_NUMBER
public static final int TUNNEL_DEST_GROUP_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TUNNEL_DEST_GROUP_ID_FIELD_NUMBER
public static final int TUNNEL_DEST_GROUP_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CreateTunnelDestGroupRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CreateTunnelDestGroupRequest.Builder newBuilder()
newBuilder(CreateTunnelDestGroupRequest prototype)
public static CreateTunnelDestGroupRequest.Builder newBuilder(CreateTunnelDestGroupRequest prototype)
public static CreateTunnelDestGroupRequest parseDelimitedFrom(InputStream input)
public static CreateTunnelDestGroupRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CreateTunnelDestGroupRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateTunnelDestGroupRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CreateTunnelDestGroupRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateTunnelDestGroupRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateTunnelDestGroupRequest parseFrom(CodedInputStream input)
public static CreateTunnelDestGroupRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateTunnelDestGroupRequest parseFrom(InputStream input)
public static CreateTunnelDestGroupRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CreateTunnelDestGroupRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateTunnelDestGroupRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CreateTunnelDestGroupRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CreateTunnelDestGroupRequest getDefaultInstanceForType()
getParent()
public String getParent()
Required. Google Cloud Project ID and location.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. Google Cloud Project ID and location.
In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
public Parser<CreateTunnelDestGroupRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTunnelDestGroup()
public TunnelDestGroup getTunnelDestGroup()
Required. The TunnelDestGroup to create.
.google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 2 [(.google.api.field_behavior) = REQUIRED];
getTunnelDestGroupId()
public String getTunnelDestGroupId()
Required. The ID to use for the TunnelDestGroup, which becomes the final
component of the resource name.
This value must be 4-63 characters, and valid characters
are [a-z]-
.
string tunnel_dest_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The tunnelDestGroupId.
|
getTunnelDestGroupIdBytes()
public ByteString getTunnelDestGroupIdBytes()
Required. The ID to use for the TunnelDestGroup, which becomes the final
component of the resource name.
This value must be 4-63 characters, and valid characters
are [a-z]-
.
string tunnel_dest_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for tunnelDestGroupId.
|
getTunnelDestGroupOrBuilder()
public TunnelDestGroupOrBuilder getTunnelDestGroupOrBuilder()
Required. The TunnelDestGroup to create.
.google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 2 [(.google.api.field_behavior) = REQUIRED];
hasTunnelDestGroup()
public boolean hasTunnelDestGroup()
Required. The TunnelDestGroup to create.
.google.cloud.iap.v1.TunnelDestGroup tunnel_dest_group = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the tunnelDestGroup field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CreateTunnelDestGroupRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateTunnelDestGroupRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CreateTunnelDestGroupRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides