Interface CheckPublisherModelEulaAcceptanceRequestOrBuilder

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

@Generated public interface CheckPublisherModelEulaAcceptanceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    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 Details

    • getParent

      String getParent()
       Required. The project requesting access for named model. The format is
       `projects/{project}`.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The project requesting access for named model. The format is
       `projects/{project}`.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • getPublisherModel

      String getPublisherModel()
       Required. The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}`, or
       `publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}`
       
      string publisher_model = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The publisherModel.
    • getPublisherModelBytes

      com.google.protobuf.ByteString getPublisherModelBytes()
       Required. The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}`, or
       `publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}`
       
      string publisher_model = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for publisherModel.