Interface FleetOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Fleet, Fleet.Builder

    public interface FleetOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMembership()
      [Output only] The full resource name of the registered fleet membership of the cluster, in the format `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`.
      com.google.protobuf.ByteString getMembershipBytes()
      [Output only] The full resource name of the registered fleet membership of the cluster, in the format `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`.
      boolean getPreRegistered()
      [Output only] Whether the cluster has been registered through the fleet API.
      String getProject()
      The Fleet host project(project ID or project number) where this cluster will be registered to.
      com.google.protobuf.ByteString getProjectBytes()
      The Fleet host project(project ID or project number) where this cluster will be registered to.
      • 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

      • getProject

        String getProject()
         The Fleet host project(project ID or project number) where this cluster
         will be registered to. This field cannot be changed after the cluster has
         been registered.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         The Fleet host project(project ID or project number) where this cluster
         will be registered to. This field cannot be changed after the cluster has
         been registered.
         
        string project = 1;
        Returns:
        The bytes for project.
      • getMembership

        String getMembership()
         [Output only] The full resource name of the registered fleet membership of
         the cluster, in the format
         `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`.
         
        string membership = 2;
        Returns:
        The membership.
      • getMembershipBytes

        com.google.protobuf.ByteString getMembershipBytes()
         [Output only] The full resource name of the registered fleet membership of
         the cluster, in the format
         `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`.
         
        string membership = 2;
        Returns:
        The bytes for membership.
      • getPreRegistered

        boolean getPreRegistered()
         [Output only] Whether the cluster has been registered through the fleet
         API.
         
        bool pre_registered = 3;
        Returns:
        The preRegistered.