Package com.buildless.service.v1
Interface ServiceCapabilities.CapabilityInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceCapabilities.CapabilityInfo,ServiceCapabilities.CapabilityInfo.Builder
- Enclosing class:
ServiceCapabilities
public static interface ServiceCapabilities.CapabilityInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsContext(String key) Specifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.Deprecated.intSpecifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.Specifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.getContextOrDefault(String key, String defaultValue) Specifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.getContextOrThrow(String key) Specifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.getKey()Specifies a custom capability key.com.google.protobuf.ByteStringSpecifies a custom capability key.getKnown()Specifies a known capability key.intSpecifies a known capability key.booleanhasKey()Specifies a custom capability key.booleanhasKnown()Specifies a known capability key.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
-
hasKnown
boolean hasKnown()Specifies a known capability key.
.buildless.service.v1.ServiceCapabilities.Capability known = 1 [json_name = "known"];- Returns:
- Whether the known field is set.
-
getKnownValue
int getKnownValue()Specifies a known capability key.
.buildless.service.v1.ServiceCapabilities.Capability known = 1 [json_name = "known"];- Returns:
- The enum numeric value on the wire for known.
-
getKnown
ServiceCapabilities.Capability getKnown()Specifies a known capability key.
.buildless.service.v1.ServiceCapabilities.Capability known = 1 [json_name = "known"];- Returns:
- The known.
-
hasKey
boolean hasKey()Specifies a custom capability key.
string key = 2 [json_name = "key"];- Returns:
- Whether the key field is set.
-
getKey
String getKey()Specifies a custom capability key.
string key = 2 [json_name = "key"];- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()Specifies a custom capability key.
string key = 2 [json_name = "key"];- Returns:
- The bytes for key.
-
getContextCount
int getContextCount()Specifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.
map<string, string> context = 3 [json_name = "context"]; -
containsContext
Specifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.
map<string, string> context = 3 [json_name = "context"]; -
getContext
Deprecated.UsegetContextMap()instead. -
getContextMap
Specifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.
map<string, string> context = 3 [json_name = "context"]; -
getContextOrDefault
Specifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.
map<string, string> context = 3 [json_name = "context"]; -
getContextOrThrow
Specifies arbitrary configuration or context related to this capability; the use of this field is implementation- specific.
map<string, string> context = 3 [json_name = "context"]; -
getCapabilityKeyCase
ServiceCapabilities.CapabilityInfo.CapabilityKeyCase getCapabilityKeyCase()
-