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
Modifier and TypeMethodDescription.temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;.temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;boolean.temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;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
-
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;
-