Class UpdateRuleDeploymentRequest (0.2.0)

public final class UpdateRuleDeploymentRequest extends GeneratedMessageV3 implements UpdateRuleDeploymentRequestOrBuilder

Request message for UpdateRuleDeployment.

Protobuf type google.cloud.chronicle.v1.UpdateRuleDeploymentRequest

Static Fields

RULE_DEPLOYMENT_FIELD_NUMBER

public static final int RULE_DEPLOYMENT_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_MASK_FIELD_NUMBER

public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static UpdateRuleDeploymentRequest getDefaultInstance()
Returns
Type Description
UpdateRuleDeploymentRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static UpdateRuleDeploymentRequest.Builder newBuilder()
Returns
Type Description
UpdateRuleDeploymentRequest.Builder

newBuilder(UpdateRuleDeploymentRequest prototype)

public static UpdateRuleDeploymentRequest.Builder newBuilder(UpdateRuleDeploymentRequest prototype)
Parameter
Name Description
prototype UpdateRuleDeploymentRequest
Returns
Type Description
UpdateRuleDeploymentRequest.Builder

parseDelimitedFrom(InputStream input)

public static UpdateRuleDeploymentRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateRuleDeploymentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static UpdateRuleDeploymentRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static UpdateRuleDeploymentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static UpdateRuleDeploymentRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static UpdateRuleDeploymentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static UpdateRuleDeploymentRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateRuleDeploymentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static UpdateRuleDeploymentRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateRuleDeploymentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static UpdateRuleDeploymentRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static UpdateRuleDeploymentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateRuleDeploymentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<UpdateRuleDeploymentRequest> parser()
Returns
Type Description
Parser<UpdateRuleDeploymentRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public UpdateRuleDeploymentRequest getDefaultInstanceForType()
Returns
Type Description
UpdateRuleDeploymentRequest

getParserForType()

public Parser<UpdateRuleDeploymentRequest> getParserForType()
Returns
Type Description
Parser<UpdateRuleDeploymentRequest>
Overrides

getRuleDeployment()

public RuleDeployment getRuleDeployment()

Required. The rule deployment to update.

The rule deployment's name field is used to identify the rule deployment to update. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment

.google.cloud.chronicle.v1.RuleDeployment rule_deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RuleDeployment

The ruleDeployment.

getRuleDeploymentOrBuilder()

public RuleDeploymentOrBuilder getRuleDeploymentOrBuilder()

Required. The rule deployment to update.

The rule deployment's name field is used to identify the rule deployment to update. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment

.google.cloud.chronicle.v1.RuleDeployment rule_deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RuleDeploymentOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUpdateMask()

public FieldMask getUpdateMask()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

hasRuleDeployment()

public boolean hasRuleDeployment()

Required. The rule deployment to update.

The rule deployment's name field is used to identify the rule deployment to update. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment

.google.cloud.chronicle.v1.RuleDeployment rule_deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the ruleDeployment field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the updateMask field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public UpdateRuleDeploymentRequest.Builder newBuilderForType()
Returns
Type Description
UpdateRuleDeploymentRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected UpdateRuleDeploymentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
UpdateRuleDeploymentRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public UpdateRuleDeploymentRequest.Builder toBuilder()
Returns
Type Description
UpdateRuleDeploymentRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException