Package com.google.cloud.vmmigration.v1
Interface AwsSecurityGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AwsSecurityGroup,AwsSecurityGroup.Builder
public interface AwsSecurityGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The AWS security group id.com.google.protobuf.ByteStringgetIdBytes()The AWS security group id.StringgetName()The AWS security group name.com.google.protobuf.ByteStringgetNameBytes()The AWS security group name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
The AWS security group id.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The AWS security group id.
string id = 1;- Returns:
- The bytes for id.
-
getName
String getName()
The AWS security group name.
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The AWS security group name.
string name = 2;- Returns:
- The bytes for name.
-
-