Package com.google.cloud.gkehub.v1beta1
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 String
getManifest()
YAML manifest of the resource.com.google.protobuf.ByteString
getManifestBytes()
YAML manifest of the resource.TypeMeta
getType()
Kubernetes type of the resource.TypeMetaOrBuilder
getTypeOrBuilder()
Kubernetes type of the resource.boolean
hasType()
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.v1beta1.TypeMeta type = 1;
- Returns:
- Whether the type field is set.
-
getType
TypeMeta getType()
Kubernetes type of the resource.
.google.cloud.gkehub.v1beta1.TypeMeta type = 1;
- Returns:
- The type.
-
getTypeOrBuilder
TypeMetaOrBuilder getTypeOrBuilder()
Kubernetes type of the resource.
.google.cloud.gkehub.v1beta1.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.
-
-