public interface CheckPublisherModelEulaAcceptanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getPublisherModel()
Required.
|
com.google.protobuf.ByteString |
getPublisherModelBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
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) = { ... }
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) = { ... }
Copyright © 2025 Google LLC. All rights reserved.