Package com.google.cloud.gkehub.v1
Interface ConnectAgentResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectAgentResource,ConnectAgentResource.Builder
public interface ConnectAgentResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetManifest()YAML manifest of the resource.com.google.protobuf.ByteStringgetManifestBytes()YAML manifest of the resource.TypeMetagetType()Kubernetes type of the resource.TypeMetaOrBuildergetTypeOrBuilder()Kubernetes type of the resource.booleanhasType()Kubernetes type of the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
Kubernetes type of the resource.
.google.cloud.gkehub.v1.TypeMeta type = 1;- Returns:
- Whether the type field is set.
-
getType
TypeMeta getType()
Kubernetes type of the resource.
.google.cloud.gkehub.v1.TypeMeta type = 1;- Returns:
- The type.
-
getTypeOrBuilder
TypeMetaOrBuilder getTypeOrBuilder()
Kubernetes type of the resource.
.google.cloud.gkehub.v1.TypeMeta type = 1;
-
getManifest
String getManifest()
YAML manifest of the resource.
string manifest = 2;- Returns:
- The manifest.
-
getManifestBytes
com.google.protobuf.ByteString getManifestBytes()
YAML manifest of the resource.
string manifest = 2;- Returns:
- The bytes for manifest.
-
-