public final class DeleteLogRequest extends GeneratedMessageV3 implements DeleteLogRequestOrBuilder
The parameters to DeleteLog.
Protobuf type google.logging.v2.DeleteLogRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeleteLogRequestImplements
DeleteLogRequestOrBuilderStatic Fields
LOG_NAME_FIELD_NUMBER
public static final int LOG_NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DeleteLogRequest getDefaultInstance()
Type | Description |
DeleteLogRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static DeleteLogRequest.Builder newBuilder()
Type | Description |
DeleteLogRequest.Builder |
newBuilder(DeleteLogRequest prototype)
public static DeleteLogRequest.Builder newBuilder(DeleteLogRequest prototype)
Name | Description |
prototype | DeleteLogRequest |
Type | Description |
DeleteLogRequest.Builder |
parseDelimitedFrom(InputStream input)
public static DeleteLogRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteLogRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteLogRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteLogRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static DeleteLogRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
DeleteLogRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteLogRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteLogRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DeleteLogRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
DeleteLogRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteLogRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteLogRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DeleteLogRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
DeleteLogRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteLogRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteLogRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static DeleteLogRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteLogRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteLogRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteLogRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DeleteLogRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
DeleteLogRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeleteLogRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteLogRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DeleteLogRequest> parser()
Type | Description |
Parser<DeleteLogRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public DeleteLogRequest getDefaultInstanceForType()
Type | Description |
DeleteLogRequest |
getLogName()
public String getLogName()
Required. The resource name of the log to delete:
projects/[PROJECT_ID]/logs/[LOG_ID]
organizations/[ORGANIZATION_ID]/logs/[LOG_ID]
billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]
folders/[FOLDER_ID]/logs/[LOG_ID]
[LOG_ID]
must be URL-encoded. For example,"projects/my-project-id/logs/syslog"
,"organizations/123/logs/cloudaudit.googleapis.com%2Factivity"
. For more information about log names, see LogEntry.
string log_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The logName. |
getLogNameBytes()
public ByteString getLogNameBytes()
Required. The resource name of the log to delete:
projects/[PROJECT_ID]/logs/[LOG_ID]
organizations/[ORGANIZATION_ID]/logs/[LOG_ID]
billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]
folders/[FOLDER_ID]/logs/[LOG_ID]
[LOG_ID]
must be URL-encoded. For example,"projects/my-project-id/logs/syslog"
,"organizations/123/logs/cloudaudit.googleapis.com%2Factivity"
. For more information about log names, see LogEntry.
string log_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for logName. |
getParserForType()
public Parser<DeleteLogRequest> getParserForType()
Type | Description |
Parser<DeleteLogRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public DeleteLogRequest.Builder newBuilderForType()
Type | Description |
DeleteLogRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeleteLogRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
DeleteLogRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public DeleteLogRequest.Builder toBuilder()
Type | Description |
DeleteLogRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |