Package com.buildless.service.v1
Interface CacheConfigResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CacheConfigResponse,CacheConfigResponse.Builder
public interface CacheConfigResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies service capability support for the responding service.Specifies service capability support for the responding service.getPeers(int index) Known peers which the client may use, depending on capabilities.intKnown peers which the client may use, depending on capabilities.Known peers which the client may use, depending on capabilities.getPeersOrBuilder(int index) Known peers which the client may use, depending on capabilities.List<? extends ServiceEndpointOrBuilder>Known peers which the client may use, depending on capabilities.booleanSpecifies service capability support for the responding service.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
-
hasOrigin
boolean hasOrigin()Specifies service capability support for the responding service.
.buildless.service.v1.ServiceEndpoint origin = 1 [json_name = "origin"];- Returns:
- Whether the origin field is set.
-
getOrigin
ServiceEndpoint getOrigin()Specifies service capability support for the responding service.
.buildless.service.v1.ServiceEndpoint origin = 1 [json_name = "origin"];- Returns:
- The origin.
-
getOriginOrBuilder
ServiceEndpointOrBuilder getOriginOrBuilder()Specifies service capability support for the responding service.
.buildless.service.v1.ServiceEndpoint origin = 1 [json_name = "origin"]; -
getPeersList
List<ServiceEndpoint> getPeersList()Known peers which the client may use, depending on capabilities.
repeated .buildless.service.v1.ServiceEndpoint peers = 2 [json_name = "peers"]; -
getPeers
Known peers which the client may use, depending on capabilities.
repeated .buildless.service.v1.ServiceEndpoint peers = 2 [json_name = "peers"]; -
getPeersCount
int getPeersCount()Known peers which the client may use, depending on capabilities.
repeated .buildless.service.v1.ServiceEndpoint peers = 2 [json_name = "peers"]; -
getPeersOrBuilderList
List<? extends ServiceEndpointOrBuilder> getPeersOrBuilderList()Known peers which the client may use, depending on capabilities.
repeated .buildless.service.v1.ServiceEndpoint peers = 2 [json_name = "peers"]; -
getPeersOrBuilder
Known peers which the client may use, depending on capabilities.
repeated .buildless.service.v1.ServiceEndpoint peers = 2 [json_name = "peers"];
-