public interface PublisherModelEulaAcceptanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getProjectNumber()
The project number requesting access for named model.
|
String |
getPublisherModel()
The publisher model resource name.
|
com.google.protobuf.ByteString |
getPublisherModelBytes()
The publisher model resource name.
|
boolean |
getPublisherModelEulaAcked()
The EULA content acceptance status.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getProjectNumber()
The project number requesting access for named model.
int64 project_number = 1;String getPublisherModel()
The publisher model resource name.
string publisher_model = 2;com.google.protobuf.ByteString getPublisherModelBytes()
The publisher model resource name.
string publisher_model = 2;boolean getPublisherModelEulaAcked()
The EULA content acceptance status.
bool publisher_model_eula_acked = 3;Copyright © 2025 Google LLC. All rights reserved.