public final class ApplicationConfigs extends GeneratedMessageV3 implements ApplicationConfigsOrBuilder
Message storing the graph of the application.
Protobuf type google.cloud.visionai.v1.ApplicationConfigs
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ApplicationConfigsImplements
ApplicationConfigsOrBuilderStatic Fields
EVENT_DELIVERY_CONFIG_FIELD_NUMBER
public static final int EVENT_DELIVERY_CONFIG_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NODES_FIELD_NUMBER
public static final int NODES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ApplicationConfigs getDefaultInstance()
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ApplicationConfigs.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ApplicationConfigs.Builder |
newBuilder(ApplicationConfigs prototype)
public static ApplicationConfigs.Builder newBuilder(ApplicationConfigs prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ApplicationConfigs |
Returns | |
---|---|
Type | Description |
ApplicationConfigs.Builder |
parseDelimitedFrom(InputStream input)
public static ApplicationConfigs parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ApplicationConfigs parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ApplicationConfigs parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ApplicationConfigs parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ApplicationConfigs parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ApplicationConfigs parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ApplicationConfigs parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ApplicationConfigs parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ApplicationConfigs parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ApplicationConfigs parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ApplicationConfigs parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ApplicationConfigs parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ApplicationConfigs> parser()
Returns | |
---|---|
Type | Description |
Parser<ApplicationConfigs> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ApplicationConfigs getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ApplicationConfigs |
getEventDeliveryConfig()
public ApplicationConfigs.EventDeliveryConfig getEventDeliveryConfig()
Event-related configuration for this application.
.google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig event_delivery_config = 3;
Returns | |
---|---|
Type | Description |
ApplicationConfigs.EventDeliveryConfig |
The eventDeliveryConfig. |
getEventDeliveryConfigOrBuilder()
public ApplicationConfigs.EventDeliveryConfigOrBuilder getEventDeliveryConfigOrBuilder()
Event-related configuration for this application.
.google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig event_delivery_config = 3;
Returns | |
---|---|
Type | Description |
ApplicationConfigs.EventDeliveryConfigOrBuilder |
getNodes(int index)
public Node getNodes(int index)
A list of nodes in the application graph.
repeated .google.cloud.visionai.v1.Node nodes = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Node |
getNodesCount()
public int getNodesCount()
A list of nodes in the application graph.
repeated .google.cloud.visionai.v1.Node nodes = 1;
Returns | |
---|---|
Type | Description |
int |
getNodesList()
public List<Node> getNodesList()
A list of nodes in the application graph.
repeated .google.cloud.visionai.v1.Node nodes = 1;
Returns | |
---|---|
Type | Description |
List<Node> |
getNodesOrBuilder(int index)
public NodeOrBuilder getNodesOrBuilder(int index)
A list of nodes in the application graph.
repeated .google.cloud.visionai.v1.Node nodes = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NodeOrBuilder |
getNodesOrBuilderList()
public List<? extends NodeOrBuilder> getNodesOrBuilderList()
A list of nodes in the application graph.
repeated .google.cloud.visionai.v1.Node nodes = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.NodeOrBuilder> |
getParserForType()
public Parser<ApplicationConfigs> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ApplicationConfigs> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasEventDeliveryConfig()
public boolean hasEventDeliveryConfig()
Event-related configuration for this application.
.google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig event_delivery_config = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the eventDeliveryConfig field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ApplicationConfigs.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ApplicationConfigs.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ApplicationConfigs.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ApplicationConfigs.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ApplicationConfigs.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ApplicationConfigs.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |