Interface GenerateConnectManifestResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ConnectAgentResource getManifest​(int index)
      The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
      int getManifestCount()
      The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
      List<ConnectAgentResource> getManifestList()
      The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
      ConnectAgentResourceOrBuilder getManifestOrBuilder​(int index)
      The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
      List<? extends ConnectAgentResourceOrBuilder> getManifestOrBuilderList()
      The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getManifestList

        List<ConnectAgentResource> getManifestList()
         The ordered list of Kubernetes resources that need to be applied to the
         cluster for GKE Connect agent installation/upgrade.
         
        repeated .google.cloud.gkehub.v1.ConnectAgentResource manifest = 1;
      • getManifest

        ConnectAgentResource getManifest​(int index)
         The ordered list of Kubernetes resources that need to be applied to the
         cluster for GKE Connect agent installation/upgrade.
         
        repeated .google.cloud.gkehub.v1.ConnectAgentResource manifest = 1;
      • getManifestCount

        int getManifestCount()
         The ordered list of Kubernetes resources that need to be applied to the
         cluster for GKE Connect agent installation/upgrade.
         
        repeated .google.cloud.gkehub.v1.ConnectAgentResource manifest = 1;
      • getManifestOrBuilderList

        List<? extends ConnectAgentResourceOrBuilder> getManifestOrBuilderList()
         The ordered list of Kubernetes resources that need to be applied to the
         cluster for GKE Connect agent installation/upgrade.
         
        repeated .google.cloud.gkehub.v1.ConnectAgentResource manifest = 1;
      • getManifestOrBuilder

        ConnectAgentResourceOrBuilder getManifestOrBuilder​(int index)
         The ordered list of Kubernetes resources that need to be applied to the
         cluster for GKE Connect agent installation/upgrade.
         
        repeated .google.cloud.gkehub.v1.ConnectAgentResource manifest = 1;