Interface GetConnectivityRuleResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetConnectivityRuleResponse,GetConnectivityRuleResponse.Builder
@Generated(value="protoc", comments="annotations:GetConnectivityRuleResponseOrBuilder.java.pb.meta") public interface GetConnectivityRuleResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectivityRulegetConnectivityRule().temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;ConnectivityRuleOrBuildergetConnectivityRuleOrBuilder().temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;booleanhasConnectivityRule().temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConnectivityRule
boolean hasConnectivityRule()
.temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;- Returns:
- Whether the connectivityRule field is set.
-
getConnectivityRule
ConnectivityRule getConnectivityRule()
.temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;- Returns:
- The connectivityRule.
-
getConnectivityRuleOrBuilder
ConnectivityRuleOrBuilder getConnectivityRuleOrBuilder()
.temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;
-
-