public final class GetSinkRequest extends GeneratedMessageV3 implements GetSinkRequestOrBuilder
The parameters to GetSink
.
Protobuf type google.logging.v2.GetSinkRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GetSinkRequestImplements
GetSinkRequestOrBuilderStatic Fields
SINK_NAME_FIELD_NUMBER
public static final int SINK_NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GetSinkRequest getDefaultInstance()
Type | Description |
GetSinkRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static GetSinkRequest.Builder newBuilder()
Type | Description |
GetSinkRequest.Builder |
newBuilder(GetSinkRequest prototype)
public static GetSinkRequest.Builder newBuilder(GetSinkRequest prototype)
Name | Description |
prototype | GetSinkRequest |
Type | Description |
GetSinkRequest.Builder |
parseDelimitedFrom(InputStream input)
public static GetSinkRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetSinkRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetSinkRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetSinkRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static GetSinkRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
GetSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetSinkRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GetSinkRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
GetSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetSinkRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GetSinkRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
GetSinkRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetSinkRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetSinkRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static GetSinkRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetSinkRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetSinkRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetSinkRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GetSinkRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
GetSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetSinkRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetSinkRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GetSinkRequest> parser()
Type | Description |
Parser<GetSinkRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public GetSinkRequest getDefaultInstanceForType()
Type | Description |
GetSinkRequest |
getParserForType()
public Parser<GetSinkRequest> getParserForType()
Type | Description |
Parser<GetSinkRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSinkName()
public String getSinkName()
Required. The resource name of the sink:
"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]"
Example: "projects/my-project-id/sinks/my-sink-id"
.
string sink_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The sinkName. |
getSinkNameBytes()
public ByteString getSinkNameBytes()
Required. The resource name of the sink:
"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]"
Example: "projects/my-project-id/sinks/my-sink-id"
.
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 GetSinkRequest.Builder newBuilderForType()
Type | Description |
GetSinkRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GetSinkRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
GetSinkRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public GetSinkRequest.Builder toBuilder()
Type | Description |
GetSinkRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |