Interface PublisherModelEulaAcceptanceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    The project number requesting access for named model.
    The publisher model resource name.
    com.google.protobuf.ByteString
    The publisher model resource name.
    boolean
    The EULA content acceptance status.

    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

    • getProjectNumber

      long getProjectNumber()
       The project number requesting access for named model.
       
      int64 project_number = 1;
      Returns:
      The projectNumber.
    • getPublisherModel

      String getPublisherModel()
       The publisher model resource name.
       
      string publisher_model = 2;
      Returns:
      The publisherModel.
    • getPublisherModelBytes

      com.google.protobuf.ByteString getPublisherModelBytes()
       The publisher model resource name.
       
      string publisher_model = 2;
      Returns:
      The bytes for publisherModel.
    • getPublisherModelEulaAcked

      boolean getPublisherModelEulaAcked()
       The EULA content acceptance status.
       
      bool publisher_model_eula_acked = 3;
      Returns:
      The publisherModelEulaAcked.