Interface Zone.ResourceSpecOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Zone.ResourceSpec, Zone.ResourceSpec.Builder
    Enclosing class:
    Zone

    public static interface Zone.ResourceSpecOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Zone.ResourceSpec.LocationType getLocationType()
      Required.
      int getLocationTypeValue()
      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

      • getLocationTypeValue

        int getLocationTypeValue()
         Required. Immutable. The location type of the resources that are allowed
         to be attached to the assets within this zone.
         
        .google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType location_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The enum numeric value on the wire for locationType.
      • getLocationType

        Zone.ResourceSpec.LocationType getLocationType()
         Required. Immutable. The location type of the resources that are allowed
         to be attached to the assets within this zone.
         
        .google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType location_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The locationType.