public interface UpdateExclusionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LogExclusion |
getExclusion()
Required.
|
LogExclusionOrBuilder |
getExclusionOrBuilder()
Required.
|
java.lang.String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
FieldMask |
getUpdateMask()
Required.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasExclusion()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: `"projects/my-project-id/exclusions/my-exclusion-id"`.
string name = 1;
ByteString getNameBytes()
Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: `"projects/my-project-id/exclusions/my-exclusion-id"`.
string name = 1;
boolean hasExclusion()
Required. New values for the existing exclusion. Only the fields specified in `update_mask` are relevant.
.google.logging.v2.LogExclusion exclusion = 2;
LogExclusion getExclusion()
Required. New values for the existing exclusion. Only the fields specified in `update_mask` are relevant.
.google.logging.v2.LogExclusion exclusion = 2;
LogExclusionOrBuilder getExclusionOrBuilder()
Required. New values for the existing exclusion. Only the fields specified in `update_mask` are relevant.
.google.logging.v2.LogExclusion exclusion = 2;
boolean hasUpdateMask()
Required. A nonempty list of fields to change in the existing exclusion. New values for the fields are taken from the corresponding fields in the [LogExclusion][google.logging.v2.LogExclusion] included in this request. Fields not mentioned in `update_mask` are not changed and are ignored in the request. For example, to change the filter and description of an exclusion, specify an `update_mask` of `"filter,description"`.
.google.protobuf.FieldMask update_mask = 3;
FieldMask getUpdateMask()
Required. A nonempty list of fields to change in the existing exclusion. New values for the fields are taken from the corresponding fields in the [LogExclusion][google.logging.v2.LogExclusion] included in this request. Fields not mentioned in `update_mask` are not changed and are ignored in the request. For example, to change the filter and description of an exclusion, specify an `update_mask` of `"filter,description"`.
.google.protobuf.FieldMask update_mask = 3;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. A nonempty list of fields to change in the existing exclusion. New values for the fields are taken from the corresponding fields in the [LogExclusion][google.logging.v2.LogExclusion] included in this request. Fields not mentioned in `update_mask` are not changed and are ignored in the request. For example, to change the filter and description of an exclusion, specify an `update_mask` of `"filter,description"`.
.google.protobuf.FieldMask update_mask = 3;