Interface ApplianceClusterOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getResourceLink()
      Immutable.
      com.google.protobuf.ByteString getResourceLinkBytes()
      Immutable.
      • 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

      • getResourceLink

        String getResourceLink()
         Immutable. Self-link of the GCP resource for the Appliance Cluster. For
         example:
        
         //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
         
        string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The resourceLink.
      • getResourceLinkBytes

        com.google.protobuf.ByteString getResourceLinkBytes()
         Immutable. Self-link of the GCP resource for the Appliance Cluster. For
         example:
        
         //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
         
        string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The bytes for resourceLink.