Class InterceptEndpointGroup.ConnectedDeploymentGroup (0.94.0)

public static final class InterceptEndpointGroup.ConnectedDeploymentGroup extends GeneratedMessage implements InterceptEndpointGroup.ConnectedDeploymentGroupOrBuilder

The endpoint group's view of a connected deployment group.

Protobuf type google.cloud.networksecurity.v1.InterceptEndpointGroup.ConnectedDeploymentGroup

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > InterceptEndpointGroup.ConnectedDeploymentGroup

Static Fields

LOCATIONS_FIELD_NUMBER

public static final int LOCATIONS_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InterceptEndpointGroup.ConnectedDeploymentGroup getDefaultInstance()
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static InterceptEndpointGroup.ConnectedDeploymentGroup.Builder newBuilder()
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup.Builder

newBuilder(InterceptEndpointGroup.ConnectedDeploymentGroup prototype)

public static InterceptEndpointGroup.ConnectedDeploymentGroup.Builder newBuilder(InterceptEndpointGroup.ConnectedDeploymentGroup prototype)
Parameter
Name Description
prototype InterceptEndpointGroup.ConnectedDeploymentGroup
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup.Builder

parseDelimitedFrom(InputStream input)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InterceptEndpointGroup.ConnectedDeploymentGroup parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<InterceptEndpointGroup.ConnectedDeploymentGroup> parser()
Returns
Type Description
Parser<ConnectedDeploymentGroup>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public InterceptEndpointGroup.ConnectedDeploymentGroup getDefaultInstanceForType()
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup

getLocations(int index)

public InterceptLocation getLocations(int index)

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
InterceptLocation

getLocationsCount()

public int getLocationsCount()

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getLocationsList()

public List<InterceptLocation> getLocationsList()

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<InterceptLocation>

getLocationsOrBuilder(int index)

public InterceptLocationOrBuilder getLocationsOrBuilder(int index)

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
InterceptLocationOrBuilder

getLocationsOrBuilderList()

public List<? extends InterceptLocationOrBuilder> getLocationsOrBuilderList()

Output only. The list of locations where the deployment group is present.

repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.InterceptLocationOrBuilder>

getName()

public String getName()

Output only. The connected deployment group's resource name, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/124.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The connected deployment group's resource name, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/124.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<InterceptEndpointGroup.ConnectedDeploymentGroup> getParserForType()
Returns
Type Description
Parser<ConnectedDeploymentGroup>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public InterceptEndpointGroup.ConnectedDeploymentGroup.Builder newBuilderForType()
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected InterceptEndpointGroup.ConnectedDeploymentGroup.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup.Builder
Overrides

toBuilder()

public InterceptEndpointGroup.ConnectedDeploymentGroup.Builder toBuilder()
Returns
Type Description
InterceptEndpointGroup.ConnectedDeploymentGroup.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException