public interface ConnectAgentResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Kubernetes type of the resource.
.google.cloud.gkehub.v1beta1.TypeMeta type = 1;TypeMeta getType()
Kubernetes type of the resource.
.google.cloud.gkehub.v1beta1.TypeMeta type = 1;TypeMetaOrBuilder getTypeOrBuilder()
Kubernetes type of the resource.
.google.cloud.gkehub.v1beta1.TypeMeta type = 1;String getManifest()
YAML manifest of the resource.
string manifest = 2;com.google.protobuf.ByteString getManifestBytes()
YAML manifest of the resource.
string manifest = 2;Copyright © 2025 Google LLC. All rights reserved.