public final class DeleteSinkRequest extends GeneratedMessageV3 implements DeleteSinkRequestOrBuilder
The parameters to DeleteSink
.
Protobuf type google.logging.v2.DeleteSinkRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeleteSinkRequestImplements
DeleteSinkRequestOrBuilderStatic Fields
SINK_NAME_FIELD_NUMBER
public static final int SINK_NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DeleteSinkRequest getDefaultInstance()
Type | Description |
DeleteSinkRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static DeleteSinkRequest.Builder newBuilder()
Type | Description |
DeleteSinkRequest.Builder |
newBuilder(DeleteSinkRequest prototype)
public static DeleteSinkRequest.Builder newBuilder(DeleteSinkRequest prototype)
Name | Description |
prototype | DeleteSinkRequest |
Type | Description |
DeleteSinkRequest.Builder |
parseDelimitedFrom(InputStream input)
public static DeleteSinkRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteSinkRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteSinkRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteSinkRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static DeleteSinkRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
DeleteSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteSinkRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DeleteSinkRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
DeleteSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteSinkRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DeleteSinkRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
DeleteSinkRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteSinkRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteSinkRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static DeleteSinkRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteSinkRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteSinkRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteSinkRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DeleteSinkRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
DeleteSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeleteSinkRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DeleteSinkRequest> parser()
Type | Description |
Parser<DeleteSinkRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public DeleteSinkRequest getDefaultInstanceForType()
Type | Description |
DeleteSinkRequest |
getParserForType()
public Parser<DeleteSinkRequest> getParserForType()
Type | Description |
Parser<DeleteSinkRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSinkName()
public String getSinkName()
Required. The full resource name of the sink to delete, including the parent
resource and the sink identifier:
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
For example:
"projects/my-project/sinks/my-sink"
string sink_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The sinkName. |
getSinkNameBytes()
public ByteString getSinkNameBytes()
Required. The full resource name of the sink to delete, including the parent
resource and the sink identifier:
"projects/[PROJECT_ID]/sinks/[SINK_ID]"
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
"folders/[FOLDER_ID]/sinks/[SINK_ID]"
For example:
"projects/my-project/sinks/my-sink"
string sink_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for sinkName. |
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 DeleteSinkRequest.Builder newBuilderForType()
Type | Description |
DeleteSinkRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeleteSinkRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
DeleteSinkRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public DeleteSinkRequest.Builder toBuilder()
Type | Description |
DeleteSinkRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |