public static final class RuntimeConfig.CodeInterpreterRuntimeConfig extends com.google.protobuf.GeneratedMessageV3 implements RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder
google.cloud.aiplatform.v1beta1.RuntimeConfig.CodeInterpreterRuntimeConfig| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeConfig.CodeInterpreterRuntimeConfig.Builder
Protobuf type
google.cloud.aiplatform.v1beta1.RuntimeConfig.CodeInterpreterRuntimeConfig |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
FILE_INPUT_GCS_BUCKET_FIELD_NUMBER |
static int |
FILE_OUTPUT_GCS_BUCKET_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FILE_INPUT_GCS_BUCKET_FIELD_NUMBER
public static final int FILE_OUTPUT_GCS_BUCKET_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getFileInputGcsBucket()
Optional. The Cloud Storage bucket for file input of this Extension. If specified, support input from the Cloud Storage bucket. Vertex Extension Custom Code Service Agent should be granted file reader to this bucket. If not specified, the extension will only accept file contents from request body and reject Cloud Storage file inputs.
string file_input_gcs_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];getFileInputGcsBucket in interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilderpublic com.google.protobuf.ByteString getFileInputGcsBucketBytes()
Optional. The Cloud Storage bucket for file input of this Extension. If specified, support input from the Cloud Storage bucket. Vertex Extension Custom Code Service Agent should be granted file reader to this bucket. If not specified, the extension will only accept file contents from request body and reject Cloud Storage file inputs.
string file_input_gcs_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];getFileInputGcsBucketBytes in interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilderpublic String getFileOutputGcsBucket()
Optional. The Cloud Storage bucket for file output of this Extension. If specified, write all output files to the Cloud Storage bucket. Vertex Extension Custom Code Service Agent should be granted file writer to this bucket. If not specified, the file content will be output in response body.
string file_output_gcs_bucket = 2 [(.google.api.field_behavior) = OPTIONAL];getFileOutputGcsBucket in interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilderpublic com.google.protobuf.ByteString getFileOutputGcsBucketBytes()
Optional. The Cloud Storage bucket for file output of this Extension. If specified, write all output files to the Cloud Storage bucket. Vertex Extension Custom Code Service Agent should be granted file writer to this bucket. If not specified, the file content will be output in response body.
string file_output_gcs_bucket = 2 [(.google.api.field_behavior) = OPTIONAL];getFileOutputGcsBucketBytes in interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilder()
public static RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilder(RuntimeConfig.CodeInterpreterRuntimeConfig prototype)
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RuntimeConfig.CodeInterpreterRuntimeConfig getDefaultInstance()
public static com.google.protobuf.Parser<RuntimeConfig.CodeInterpreterRuntimeConfig> parser()
public com.google.protobuf.Parser<RuntimeConfig.CodeInterpreterRuntimeConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RuntimeConfig.CodeInterpreterRuntimeConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.