Class AnalyzerDefinition.DebugOptions (0.20.0)

publicstaticfinalclass AnalyzerDefinition.DebugOptionsextendsGeneratedMessageV3implementsAnalyzerDefinition.DebugOptionsOrBuilder

Options available for debugging purposes only.

Protobuf type google.cloud.visionai.v1.AnalyzerDefinition.DebugOptions

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AnalyzerDefinition.DebugOptions

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

ENVIRONMENT_VARIABLES_FIELD_NUMBER

publicstaticfinalintENVIRONMENT_VARIABLES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticAnalyzerDefinition.DebugOptionsgetDefaultInstance()
Returns
Type Description
AnalyzerDefinition.DebugOptions

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticAnalyzerDefinition.DebugOptions.BuildernewBuilder()
Returns
Type Description
AnalyzerDefinition.DebugOptions.Builder

newBuilder(AnalyzerDefinition.DebugOptions prototype)

publicstaticAnalyzerDefinition.DebugOptions.BuildernewBuilder(AnalyzerDefinition.DebugOptionsprototype)
Parameter
Name Description
prototype AnalyzerDefinition.DebugOptions
Returns
Type Description
AnalyzerDefinition.DebugOptions.Builder

parseDelimitedFrom(InputStream input)

publicstaticAnalyzerDefinition.DebugOptionsparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAnalyzerDefinition.DebugOptionsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticAnalyzerDefinition.DebugOptionsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzerDefinition.DebugOptions
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<AnalyzerDefinition.DebugOptions>parser()
Returns
Type Description
Parser<DebugOptions>

Methods

containsEnvironmentVariables(String key)

publicbooleancontainsEnvironmentVariables(Stringkey)

Environment variables.

map<string, string> environment_variables = 1;

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicAnalyzerDefinition.DebugOptionsgetDefaultInstanceForType()
Returns
Type Description
AnalyzerDefinition.DebugOptions

getEnvironmentVariables() (deprecated)

publicMap<String,String>getEnvironmentVariables()
Returns
Type Description
Map<String,String>

getEnvironmentVariablesCount()

publicintgetEnvironmentVariablesCount()

Environment variables.

map<string, string> environment_variables = 1;

Returns
Type Description
int

getEnvironmentVariablesMap()

publicMap<String,String>getEnvironmentVariablesMap()

Environment variables.

map<string, string> environment_variables = 1;

Returns
Type Description
Map<String,String>

getEnvironmentVariablesOrDefault(String key, String defaultValue)

publicStringgetEnvironmentVariablesOrDefault(Stringkey,StringdefaultValue)

Environment variables.

map<string, string> environment_variables = 1;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getEnvironmentVariablesOrThrow(String key)

publicStringgetEnvironmentVariablesOrThrow(Stringkey)

Environment variables.

map<string, string> environment_variables = 1;

Parameter
Name Description
key String
Returns
Type Description
String

getParserForType()

publicParser<AnalyzerDefinition.DebugOptions>getParserForType()
Returns
Type Description
Parser<DebugOptions>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protectedMapFieldReflectionAccessorinternalGetMapFieldReflection(intnumber)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicAnalyzerDefinition.DebugOptions.BuildernewBuilderForType()
Returns
Type Description
AnalyzerDefinition.DebugOptions.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedAnalyzerDefinition.DebugOptions.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AnalyzerDefinition.DebugOptions.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicAnalyzerDefinition.DebugOptions.BuildertoBuilder()
Returns
Type Description
AnalyzerDefinition.DebugOptions.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.