public final class CreateExclusionRequest extends GeneratedMessageV3 implements CreateExclusionRequestOrBuilder
The parameters to CreateExclusion
.
Protobuf type google.logging.v2.CreateExclusionRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateExclusionRequestImplements
CreateExclusionRequestOrBuilderFields
EXCLUSION_FIELD_NUMBER
public static final int EXCLUSION_FIELD_NUMBER
Type | Description |
int |
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstance()
public static CreateExclusionRequest getDefaultInstance()
Type | Description |
CreateExclusionRequest |
getDefaultInstanceForType()
public CreateExclusionRequest getDefaultInstanceForType()
Type | Description |
CreateExclusionRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getExclusion()
public 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 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
LogExclusion | The exclusion. |
getExclusionOrBuilder()
public 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 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
LogExclusionOrBuilder |
getParent()
public 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getParserForType()
public Parser<CreateExclusionRequest> getParserForType()
Type | Description |
Parser<CreateExclusionRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasExclusion()
public 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 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the exclusion field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static CreateExclusionRequest.Builder newBuilder()
Type | Description |
CreateExclusionRequest.Builder |
newBuilder(CreateExclusionRequest prototype)
public static CreateExclusionRequest.Builder newBuilder(CreateExclusionRequest prototype)
Name | Description |
prototype | CreateExclusionRequest |
Type | Description |
CreateExclusionRequest.Builder |
newBuilderForType()
public CreateExclusionRequest.Builder newBuilderForType()
Type | Description |
CreateExclusionRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateExclusionRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CreateExclusionRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static CreateExclusionRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateExclusionRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateExclusionRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateExclusionRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CreateExclusionRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CreateExclusionRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateExclusionRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateExclusionRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CreateExclusionRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CreateExclusionRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateExclusionRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateExclusionRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CreateExclusionRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CreateExclusionRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateExclusionRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateExclusionRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CreateExclusionRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateExclusionRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateExclusionRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateExclusionRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CreateExclusionRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CreateExclusionRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateExclusionRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateExclusionRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CreateExclusionRequest> parser()
Type | Description |
Parser<CreateExclusionRequest> |
toBuilder()
public CreateExclusionRequest.Builder toBuilder()
Type | Description |
CreateExclusionRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |