public interface CreateExclusionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LogExclusion |
getExclusion()
Required.
|
LogExclusionOrBuilder |
getExclusionOrBuilder()
Required.
|
java.lang.String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasExclusion()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.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;
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;