public interface ExtensionOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FunctionDeclaration |
getFunctionDeclaration()
Output only.
|
FunctionDeclarationOrBuilder |
getFunctionDeclarationOrBuilder()
Output only.
|
String |
getOperationId()
Operation ID that uniquely identifies the operations among the extension.
|
com.google.protobuf.ByteString |
getOperationIdBytes()
Operation ID that uniquely identifies the operations among the extension.
|
boolean |
hasFunctionDeclaration()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOperationId()
Operation ID that uniquely identifies the operations among the extension. See: "Operation Object" in https://swagger.io/specification/. This field is parsed from the OpenAPI spec. For HTTP extensions, if it does not exist in the spec, we will generate one from the HTTP method and path.
string operation_id = 1;com.google.protobuf.ByteString getOperationIdBytes()
Operation ID that uniquely identifies the operations among the extension. See: "Operation Object" in https://swagger.io/specification/. This field is parsed from the OpenAPI spec. For HTTP extensions, if it does not exist in the spec, we will generate one from the HTTP method and path.
string operation_id = 1;boolean hasFunctionDeclaration()
Output only. Structured representation of a function declaration as defined by the OpenAPI Spec.
.google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declaration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
FunctionDeclaration getFunctionDeclaration()
Output only. Structured representation of a function declaration as defined by the OpenAPI Spec.
.google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declaration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
FunctionDeclarationOrBuilder getFunctionDeclarationOrBuilder()
Output only. Structured representation of a function declaration as defined by the OpenAPI Spec.
.google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declaration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.