public final class Control extends com.google.protobuf.GeneratedMessageV3 implements ControlOrBuilder
Defines a conditioned behavior to employ during serving. Must be attached to a [ServingConfig][google.cloud.discoveryengine.v1beta.ServingConfig] to be considered at serving time. Permitted actions dependent on `SolutionType`.Protobuf type
google.cloud.discoveryengine.v1beta.Control| Modifier and Type | Class and Description |
|---|---|
static class |
Control.ActionCase |
static class |
Control.BoostAction
Adjusts order of products in returned list.
|
static interface |
Control.BoostActionOrBuilder |
static class |
Control.Builder
Defines a conditioned behavior to employ during serving.
|
static class |
Control.FilterAction
Specified which products may be included in results.
|
static interface |
Control.FilterActionOrBuilder |
static class |
Control.RedirectAction
Redirects a shopper to the provided URI.
|
static interface |
Control.RedirectActionOrBuilder |
static class |
Control.SynonymsAction
Creates a set of terms that will act as synonyms of one another.
|
static interface |
Control.SynonymsActionOrBuilder |
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 |
ASSOCIATED_SERVING_CONFIG_IDS_FIELD_NUMBER |
static int |
BOOST_ACTION_FIELD_NUMBER |
static int |
CONDITIONS_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
FILTER_ACTION_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
REDIRECT_ACTION_FIELD_NUMBER |
static int |
SOLUTION_TYPE_FIELD_NUMBER |
static int |
SYNONYMS_ACTION_FIELD_NUMBER |
static int |
USE_CASES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Control.ActionCase |
getActionCase() |
String |
getAssociatedServingConfigIds(int index)
Output only.
|
com.google.protobuf.ByteString |
getAssociatedServingConfigIdsBytes(int index)
Output only.
|
int |
getAssociatedServingConfigIdsCount()
Output only.
|
com.google.protobuf.ProtocolStringList |
getAssociatedServingConfigIdsList()
Output only.
|
Control.BoostAction |
getBoostAction()
Defines a boost-type control
.google.cloud.discoveryengine.v1beta.Control.BoostAction boost_action = 6; |
Control.BoostActionOrBuilder |
getBoostActionOrBuilder()
Defines a boost-type control
.google.cloud.discoveryengine.v1beta.Control.BoostAction boost_action = 6; |
Condition |
getConditions(int index)
Determines when the associated action will trigger.
|
int |
getConditionsCount()
Determines when the associated action will trigger.
|
List<Condition> |
getConditionsList()
Determines when the associated action will trigger.
|
ConditionOrBuilder |
getConditionsOrBuilder(int index)
Determines when the associated action will trigger.
|
List<? extends ConditionOrBuilder> |
getConditionsOrBuilderList()
Determines when the associated action will trigger.
|
static Control |
getDefaultInstance() |
Control |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
Control.FilterAction |
getFilterAction()
Defines a filter-type control
Currently not supported by Recommendation
.google.cloud.discoveryengine.v1beta.Control.FilterAction filter_action = 7; |
Control.FilterActionOrBuilder |
getFilterActionOrBuilder()
Defines a filter-type control
Currently not supported by Recommendation
.google.cloud.discoveryengine.v1beta.Control.FilterAction filter_action = 7; |
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
com.google.protobuf.Parser<Control> |
getParserForType() |
Control.RedirectAction |
getRedirectAction()
Defines a redirect-type control.
|
Control.RedirectActionOrBuilder |
getRedirectActionOrBuilder()
Defines a redirect-type control.
|
int |
getSerializedSize() |
SolutionType |
getSolutionType()
Required.
|
int |
getSolutionTypeValue()
Required.
|
Control.SynonymsAction |
getSynonymsAction()
Treats a group of terms as synonyms of one another.
|
Control.SynonymsActionOrBuilder |
getSynonymsActionOrBuilder()
Treats a group of terms as synonyms of one another.
|
SearchUseCase |
getUseCases(int index)
Specifies the use case for the control.
|
int |
getUseCasesCount()
Specifies the use case for the control.
|
List<SearchUseCase> |
getUseCasesList()
Specifies the use case for the control.
|
int |
getUseCasesValue(int index)
Specifies the use case for the control.
|
List<Integer> |
getUseCasesValueList()
Specifies the use case for the control.
|
boolean |
hasBoostAction()
Defines a boost-type control
.google.cloud.discoveryengine.v1beta.Control.BoostAction boost_action = 6; |
boolean |
hasFilterAction()
Defines a filter-type control
Currently not supported by Recommendation
.google.cloud.discoveryengine.v1beta.Control.FilterAction filter_action = 7; |
int |
hashCode() |
boolean |
hasRedirectAction()
Defines a redirect-type control.
|
boolean |
hasSynonymsAction()
Treats a group of terms as synonyms of one another.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Control.Builder |
newBuilder() |
static Control.Builder |
newBuilder(Control prototype) |
Control.Builder |
newBuilderForType() |
protected Control.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Control |
parseDelimitedFrom(InputStream input) |
static Control |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
parseFrom(byte[] data) |
static Control |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
parseFrom(ByteBuffer data) |
static Control |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
parseFrom(com.google.protobuf.ByteString data) |
static Control |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Control |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
parseFrom(InputStream input) |
static Control |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Control> |
parser() |
Control.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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 BOOST_ACTION_FIELD_NUMBER
public static final int FILTER_ACTION_FIELD_NUMBER
public static final int REDIRECT_ACTION_FIELD_NUMBER
public static final int SYNONYMS_ACTION_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int ASSOCIATED_SERVING_CONFIG_IDS_FIELD_NUMBER
public static final int SOLUTION_TYPE_FIELD_NUMBER
public static final int USE_CASES_FIELD_NUMBER
public static final int CONDITIONS_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 Control.ActionCase getActionCase()
getActionCase in interface ControlOrBuilderpublic boolean hasBoostAction()
Defines a boost-type control
.google.cloud.discoveryengine.v1beta.Control.BoostAction boost_action = 6;hasBoostAction in interface ControlOrBuilderpublic Control.BoostAction getBoostAction()
Defines a boost-type control
.google.cloud.discoveryengine.v1beta.Control.BoostAction boost_action = 6;getBoostAction in interface ControlOrBuilderpublic Control.BoostActionOrBuilder getBoostActionOrBuilder()
Defines a boost-type control
.google.cloud.discoveryengine.v1beta.Control.BoostAction boost_action = 6;getBoostActionOrBuilder in interface ControlOrBuilderpublic boolean hasFilterAction()
Defines a filter-type control Currently not supported by Recommendation
.google.cloud.discoveryengine.v1beta.Control.FilterAction filter_action = 7;hasFilterAction in interface ControlOrBuilderpublic Control.FilterAction getFilterAction()
Defines a filter-type control Currently not supported by Recommendation
.google.cloud.discoveryengine.v1beta.Control.FilterAction filter_action = 7;getFilterAction in interface ControlOrBuilderpublic Control.FilterActionOrBuilder getFilterActionOrBuilder()
Defines a filter-type control Currently not supported by Recommendation
.google.cloud.discoveryengine.v1beta.Control.FilterAction filter_action = 7;getFilterActionOrBuilder in interface ControlOrBuilderpublic boolean hasRedirectAction()
Defines a redirect-type control.
.google.cloud.discoveryengine.v1beta.Control.RedirectAction redirect_action = 9;hasRedirectAction in interface ControlOrBuilderpublic Control.RedirectAction getRedirectAction()
Defines a redirect-type control.
.google.cloud.discoveryengine.v1beta.Control.RedirectAction redirect_action = 9;getRedirectAction in interface ControlOrBuilderpublic Control.RedirectActionOrBuilder getRedirectActionOrBuilder()
Defines a redirect-type control.
.google.cloud.discoveryengine.v1beta.Control.RedirectAction redirect_action = 9;getRedirectActionOrBuilder in interface ControlOrBuilderpublic boolean hasSynonymsAction()
Treats a group of terms as synonyms of one another.
.google.cloud.discoveryengine.v1beta.Control.SynonymsAction synonyms_action = 10;hasSynonymsAction in interface ControlOrBuilderpublic Control.SynonymsAction getSynonymsAction()
Treats a group of terms as synonyms of one another.
.google.cloud.discoveryengine.v1beta.Control.SynonymsAction synonyms_action = 10;getSynonymsAction in interface ControlOrBuilderpublic Control.SynonymsActionOrBuilder getSynonymsActionOrBuilder()
Treats a group of terms as synonyms of one another.
.google.cloud.discoveryengine.v1beta.Control.SynonymsAction synonyms_action = 10;getSynonymsActionOrBuilder in interface ControlOrBuilderpublic String getName()
Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*`
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getName in interface ControlOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*`
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getNameBytes in interface ControlOrBuilderpublic String getDisplayName()
Required. Human readable name. The identifier used in UI views. Must be UTF-8 encoded string. Length limit is 128 characters. Otherwise an INVALID ARGUMENT error is thrown.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface ControlOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. Human readable name. The identifier used in UI views. Must be UTF-8 encoded string. Length limit is 128 characters. Otherwise an INVALID ARGUMENT error is thrown.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface ControlOrBuilderpublic com.google.protobuf.ProtocolStringList getAssociatedServingConfigIdsList()
Output only. List of all [ServingConfig][google.cloud.discoveryengine.v1beta.ServingConfig] IDs this control is attached to. May take up to 10 minutes to update after changes.
repeated string associated_serving_config_ids = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAssociatedServingConfigIdsList in interface ControlOrBuilderpublic int getAssociatedServingConfigIdsCount()
Output only. List of all [ServingConfig][google.cloud.discoveryengine.v1beta.ServingConfig] IDs this control is attached to. May take up to 10 minutes to update after changes.
repeated string associated_serving_config_ids = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAssociatedServingConfigIdsCount in interface ControlOrBuilderpublic String getAssociatedServingConfigIds(int index)
Output only. List of all [ServingConfig][google.cloud.discoveryengine.v1beta.ServingConfig] IDs this control is attached to. May take up to 10 minutes to update after changes.
repeated string associated_serving_config_ids = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAssociatedServingConfigIds in interface ControlOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getAssociatedServingConfigIdsBytes(int index)
Output only. List of all [ServingConfig][google.cloud.discoveryengine.v1beta.ServingConfig] IDs this control is attached to. May take up to 10 minutes to update after changes.
repeated string associated_serving_config_ids = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAssociatedServingConfigIdsBytes in interface ControlOrBuilderindex - The index of the value to return.public int getSolutionTypeValue()
Required. Immutable. What solution the control belongs to. Must be compatible with vertical of resource. Otherwise an INVALID ARGUMENT error is thrown.
.google.cloud.discoveryengine.v1beta.SolutionType solution_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
getSolutionTypeValue in interface ControlOrBuilderpublic SolutionType getSolutionType()
Required. Immutable. What solution the control belongs to. Must be compatible with vertical of resource. Otherwise an INVALID ARGUMENT error is thrown.
.google.cloud.discoveryengine.v1beta.SolutionType solution_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
getSolutionType in interface ControlOrBuilderpublic List<SearchUseCase> getUseCasesList()
Specifies the use case for the control. Affects what condition fields can be set. Only applies to [SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH]. Currently only allow one use case per control. Must be set when solution_type is [SolutionType.SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH].
repeated .google.cloud.discoveryengine.v1beta.SearchUseCase use_cases = 8;getUseCasesList in interface ControlOrBuilderpublic int getUseCasesCount()
Specifies the use case for the control. Affects what condition fields can be set. Only applies to [SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH]. Currently only allow one use case per control. Must be set when solution_type is [SolutionType.SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH].
repeated .google.cloud.discoveryengine.v1beta.SearchUseCase use_cases = 8;getUseCasesCount in interface ControlOrBuilderpublic SearchUseCase getUseCases(int index)
Specifies the use case for the control. Affects what condition fields can be set. Only applies to [SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH]. Currently only allow one use case per control. Must be set when solution_type is [SolutionType.SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH].
repeated .google.cloud.discoveryengine.v1beta.SearchUseCase use_cases = 8;getUseCases in interface ControlOrBuilderindex - The index of the element to return.public List<Integer> getUseCasesValueList()
Specifies the use case for the control. Affects what condition fields can be set. Only applies to [SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH]. Currently only allow one use case per control. Must be set when solution_type is [SolutionType.SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH].
repeated .google.cloud.discoveryengine.v1beta.SearchUseCase use_cases = 8;getUseCasesValueList in interface ControlOrBuilderpublic int getUseCasesValue(int index)
Specifies the use case for the control. Affects what condition fields can be set. Only applies to [SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH]. Currently only allow one use case per control. Must be set when solution_type is [SolutionType.SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_SEARCH].
repeated .google.cloud.discoveryengine.v1beta.SearchUseCase use_cases = 8;getUseCasesValue in interface ControlOrBuilderindex - The index of the value to return.public List<Condition> getConditionsList()
Determines when the associated action will trigger. Omit to always apply the action. Currently only a single condition may be specified. Otherwise an INVALID ARGUMENT error is thrown.
repeated .google.cloud.discoveryengine.v1beta.Condition conditions = 5;getConditionsList in interface ControlOrBuilderpublic List<? extends ConditionOrBuilder> getConditionsOrBuilderList()
Determines when the associated action will trigger. Omit to always apply the action. Currently only a single condition may be specified. Otherwise an INVALID ARGUMENT error is thrown.
repeated .google.cloud.discoveryengine.v1beta.Condition conditions = 5;getConditionsOrBuilderList in interface ControlOrBuilderpublic int getConditionsCount()
Determines when the associated action will trigger. Omit to always apply the action. Currently only a single condition may be specified. Otherwise an INVALID ARGUMENT error is thrown.
repeated .google.cloud.discoveryengine.v1beta.Condition conditions = 5;getConditionsCount in interface ControlOrBuilderpublic Condition getConditions(int index)
Determines when the associated action will trigger. Omit to always apply the action. Currently only a single condition may be specified. Otherwise an INVALID ARGUMENT error is thrown.
repeated .google.cloud.discoveryengine.v1beta.Condition conditions = 5;getConditions in interface ControlOrBuilderpublic ConditionOrBuilder getConditionsOrBuilder(int index)
Determines when the associated action will trigger. Omit to always apply the action. Currently only a single condition may be specified. Otherwise an INVALID ARGUMENT error is thrown.
repeated .google.cloud.discoveryengine.v1beta.Condition conditions = 5;getConditionsOrBuilder in interface ControlOrBuilderpublic 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 Control parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control parseFrom(InputStream input) throws IOException
IOExceptionpublic static Control parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Control parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Control parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Control parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Control parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Control.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Control.Builder newBuilder()
public static Control.Builder newBuilder(Control prototype)
public Control.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Control.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Control getDefaultInstance()
public static com.google.protobuf.Parser<Control> parser()
public com.google.protobuf.Parser<Control> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Control getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.