Interface RegisterRoutingEndpointConfigRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegisterRoutingEndpointConfigRequest,RegisterRoutingEndpointConfigRequest.Builder
@Generated
public interface RegisterRoutingEndpointConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.serviceregistry.RoutingEndpointConfigMessage endpointConfig = 2;.io.deephaven.proto.serviceregistry.RoutingEndpointConfigMessage endpointConfig = 2;com.google.protobuf.Int64Value.google.protobuf.Int64Value leaseId = 1;com.google.protobuf.Int64ValueOrBuilder.google.protobuf.Int64Value leaseId = 1;boolean.io.deephaven.proto.serviceregistry.RoutingEndpointConfigMessage endpointConfig = 2;boolean.google.protobuf.Int64Value leaseId = 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
-
hasLeaseId
boolean hasLeaseId().google.protobuf.Int64Value leaseId = 1;- Returns:
- Whether the leaseId field is set.
-
getLeaseId
com.google.protobuf.Int64Value getLeaseId().google.protobuf.Int64Value leaseId = 1;- Returns:
- The leaseId.
-
getLeaseIdOrBuilder
com.google.protobuf.Int64ValueOrBuilder getLeaseIdOrBuilder().google.protobuf.Int64Value leaseId = 1; -
hasEndpointConfig
boolean hasEndpointConfig().io.deephaven.proto.serviceregistry.RoutingEndpointConfigMessage endpointConfig = 2;- Returns:
- Whether the endpointConfig field is set.
-
getEndpointConfig
RoutingEndpointConfigMessage getEndpointConfig().io.deephaven.proto.serviceregistry.RoutingEndpointConfigMessage endpointConfig = 2;- Returns:
- The endpointConfig.
-
getEndpointConfigOrBuilder
RoutingEndpointConfigMessageOrBuilder getEndpointConfigOrBuilder().io.deephaven.proto.serviceregistry.RoutingEndpointConfigMessage endpointConfig = 2;
-