Interface GetConnectivityRuleRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetConnectivityRuleRequest,GetConnectivityRuleRequest.Builder
@Generated(value="protoc",
comments="annotations:GetConnectivityRuleRequestOrBuilder.java.pb.meta")
public interface GetConnectivityRuleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the connectivity rule to get.com.google.protobuf.ByteStringThe id of the connectivity rule to get.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConnectivityRuleId
String getConnectivityRuleId()The id of the connectivity rule to get.
string connectivity_rule_id = 1;- Returns:
- The connectivityRuleId.
-
getConnectivityRuleIdBytes
com.google.protobuf.ByteString getConnectivityRuleIdBytes()The id of the connectivity rule to get.
string connectivity_rule_id = 1;- Returns:
- The bytes for connectivityRuleId.
-