public final class DeletePolicyRequest extends GeneratedMessageV3 implements DeletePolicyRequestOrBuilder
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeletePolicyRequestImplements
DeletePolicyRequestOrBuilderStatic Fields
ETAG_FIELD_NUMBER
public static final int ETAG_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DeletePolicyRequest getDefaultInstance()
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DeletePolicyRequest.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Builder |
newBuilder(DeletePolicyRequest arg0)
public static DeletePolicyRequest.Builder newBuilder(DeletePolicyRequest arg0)
Parameter | |
---|---|
Name | Description |
arg0 | DeletePolicyRequest |
Returns | |
---|---|
Type | Description |
Builder |
parseDelimitedFrom(InputStream arg0)
public static DeletePolicyRequest parseDelimitedFrom(InputStream arg0)
Parameter | |
---|---|
Name | Description |
arg0 | InputStream |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
public static DeletePolicyRequest parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 | InputStream |
arg1 | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] arg0)
public static DeletePolicyRequest parseFrom(byte[] arg0)
Parameter | |
---|---|
Name | Description |
arg0 | byte[] |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
public static DeletePolicyRequest parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 | byte[] |
arg1 | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString arg0)
public static DeletePolicyRequest parseFrom(ByteString arg0)
Parameter | |
---|---|
Name | Description |
arg0 | ByteString |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
public static DeletePolicyRequest parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 | ByteString |
arg1 | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream arg0)
public static DeletePolicyRequest parseFrom(CodedInputStream arg0)
Parameter | |
---|---|
Name | Description |
arg0 | CodedInputStream |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
public static DeletePolicyRequest parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 | CodedInputStream |
arg1 | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream arg0)
public static DeletePolicyRequest parseFrom(InputStream arg0)
Parameter | |
---|---|
Name | Description |
arg0 | InputStream |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
public static DeletePolicyRequest parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 | InputStream |
arg1 | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer arg0)
public static DeletePolicyRequest parseFrom(ByteBuffer arg0)
Parameter | |
---|---|
Name | Description |
arg0 | ByteBuffer |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
public static DeletePolicyRequest parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 | ByteBuffer |
arg1 | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DeletePolicyRequest> parser()
Returns | |
---|---|
Type | Description |
Parser<DeletePolicyRequest> |
Methods
equals(Object arg0)
public boolean equals(Object arg0)
Parameter | |
---|---|
Name | Description |
arg0 | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public DeletePolicyRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DeletePolicyRequest |
getEtag()
public String getEtag()
Returns | |
---|---|
Type | Description |
String |
getEtagBytes()
public ByteString getEtagBytes()
Returns | |
---|---|
Type | Description |
ByteString |
getName()
public String getName()
Returns | |
---|---|
Type | Description |
String |
getNameBytes()
public ByteString getNameBytes()
Returns | |
---|---|
Type | Description |
ByteString |
getParserForType()
public Parser<DeletePolicyRequest> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<DeletePolicyRequest> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public DeletePolicyRequest.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
protected DeletePolicyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter | |
---|---|
Name | Description |
arg0 | BuilderParent |
Returns | |
---|---|
Type | Description |
Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter | |
---|---|
Name | Description |
arg0 | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public DeletePolicyRequest.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Builder |
writeTo(CodedOutputStream arg0)
public void writeTo(CodedOutputStream arg0)
Parameter | |
---|---|
Name | Description |
arg0 | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |