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.
      com.google.protobuf.ByteString getMembershipBytes()
      Output only.
      String getProject()
      Required.
      com.google.protobuf.ByteString getProjectBytes()
      Required.
      • 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()
         Required. The name of the Fleet host project where this cluster will be
         registered.
        
         Project names are formatted as
         `projects/<project-number>`.
         
        string project = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Required. The name of the Fleet host project where this cluster will be
         registered.
        
         Project names are formatted as
         `projects/<project-number>`.
         
        string project = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for project.
      • getMembership

        String getMembership()
         Output only. The name of the managed Hub Membership resource associated to
         this cluster.
        
         Membership names are formatted as
         `projects/<project-number>/locations/global/membership/<cluster-id>`.
         
        string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The membership.
      • getMembershipBytes

        com.google.protobuf.ByteString getMembershipBytes()
         Output only. The name of the managed Hub Membership resource associated to
         this cluster.
        
         Membership names are formatted as
         `projects/<project-number>/locations/global/membership/<cluster-id>`.
         
        string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for membership.