public interface CreateExclusionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LogExclusion |
getExclusion()
Required.
|
LogExclusionOrBuilder |
getExclusionOrBuilder()
Required.
|
java.lang.String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasExclusion()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getParent()
Required. The parent resource in which to create the exclusion:
"projects/[PROJECT_ID]"
"organizations/[ORGANIZATION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]"
"folders/[FOLDER_ID]"
Examples: `"projects/my-logging-project"`, `"organizations/123456789"`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The parent resource in which to create the exclusion:
"projects/[PROJECT_ID]"
"organizations/[ORGANIZATION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]"
"folders/[FOLDER_ID]"
Examples: `"projects/my-logging-project"`, `"organizations/123456789"`.
string parent = 1;boolean hasExclusion()
Required. The new exclusion, whose `name` parameter is an exclusion name that is not already used in the parent resource.
.google.logging.v2.LogExclusion exclusion = 2;LogExclusion getExclusion()
Required. The new exclusion, whose `name` parameter is an exclusion name that is not already used in the parent resource.
.google.logging.v2.LogExclusion exclusion = 2;LogExclusionOrBuilder getExclusionOrBuilder()
Required. The new exclusion, whose `name` parameter is an exclusion name that is not already used in the parent resource.
.google.logging.v2.LogExclusion exclusion = 2;