Interface ListPublisherModelsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPublisherModelsRequest,ListPublisherModelsRequest.Builder
@Generated
public interface ListPublisherModelsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.booleanOptional.Optional.com.google.protobuf.ByteStringOptional.intOptional.Optional.com.google.protobuf.ByteStringOptional.Required.com.google.protobuf.ByteStringRequired.getView()Optional.intOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 name of the Publisher from which to list the PublisherModels. Format: `publishers/{publisher}`string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()Required. The name of the Publisher from which to list the PublisherModels. Format: `publishers/{publisher}`string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for parent.
-
getFilter
String getFilter()Optional. The standard list filter.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()Optional. The standard list filter.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for filter.
-
getPageSize
int getPageSize()Optional. The standard list page size.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The pageSize.
-
getPageToken
String getPageToken()Optional. The standard list page token. Typically obtained via [ListPublisherModelsResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListPublisherModelsResponse.next_page_token] of the previous [ModelGardenService.ListPublisherModels][google.cloud.aiplatform.v1beta1.ModelGardenService.ListPublisherModels] call.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()Optional. The standard list page token. Typically obtained via [ListPublisherModelsResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListPublisherModelsResponse.next_page_token] of the previous [ModelGardenService.ListPublisherModels][google.cloud.aiplatform.v1beta1.ModelGardenService.ListPublisherModels] call.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for pageToken.
-
getViewValue
int getViewValue()Optional. PublisherModel view specifying which fields to read.
.google.cloud.aiplatform.v1beta1.PublisherModelView view = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The enum numeric value on the wire for view.
-
getView
PublisherModelView getView()Optional. PublisherModel view specifying which fields to read.
.google.cloud.aiplatform.v1beta1.PublisherModelView view = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The view.
-
getOrderBy
String getOrderBy()Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The orderBy.
-
getOrderByBytes
com.google.protobuf.ByteString getOrderByBytes()Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for orderBy.
-
getLanguageCode
String getLanguageCode()Optional. The IETF BCP-47 language code representing the language in which the publisher models' text information should be written in. If not set, by default English (en).
string language_code = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()Optional. The IETF BCP-47 language code representing the language in which the publisher models' text information should be written in. If not set, by default English (en).
string language_code = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for languageCode.
-
getListAllVersions
boolean getListAllVersions()Optional. List all publisher model versions if the flag is set to true.
bool list_all_versions = 8 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The listAllVersions.
-