- 1.52.0 (latest)
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.10
public final class ReportRequest extends GeneratedMessageV3 implements ReportRequestOrBuilder
Request message for the Report method.
Protobuf type google.api.servicecontrol.v2.ReportRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReportRequestImplements
ReportRequestOrBuilderStatic Fields
OPERATIONS_FIELD_NUMBER
public static final int OPERATIONS_FIELD_NUMBER
Type | Description |
int |
SERVICE_CONFIG_ID_FIELD_NUMBER
public static final int SERVICE_CONFIG_ID_FIELD_NUMBER
Type | Description |
int |
SERVICE_NAME_FIELD_NUMBER
public static final int SERVICE_NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ReportRequest getDefaultInstance()
Type | Description |
ReportRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ReportRequest.Builder newBuilder()
Type | Description |
ReportRequest.Builder |
newBuilder(ReportRequest prototype)
public static ReportRequest.Builder newBuilder(ReportRequest prototype)
Name | Description |
prototype | ReportRequest |
Type | Description |
ReportRequest.Builder |
parseDelimitedFrom(InputStream input)
public static ReportRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReportRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReportRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ReportRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ReportRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReportRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ReportRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ReportRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReportRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ReportRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ReportRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReportRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ReportRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReportRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReportRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ReportRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ReportRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReportRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReportRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ReportRequest> parser()
Type | Description |
Parser<ReportRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ReportRequest getDefaultInstanceForType()
Type | Description |
ReportRequest |
getOperations(int index)
public AttributeContext getOperations(int index)
Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.
repeated .google.rpc.context.AttributeContext operations = 3;
Name | Description |
index | int |
Type | Description |
com.google.rpc.context.AttributeContext |
getOperationsCount()
public int getOperationsCount()
Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.
repeated .google.rpc.context.AttributeContext operations = 3;
Type | Description |
int |
getOperationsList()
public List<AttributeContext> getOperationsList()
Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.
repeated .google.rpc.context.AttributeContext operations = 3;
Type | Description |
List<com.google.rpc.context.AttributeContext> |
getOperationsOrBuilder(int index)
public AttributeContextOrBuilder getOperationsOrBuilder(int index)
Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.
repeated .google.rpc.context.AttributeContext operations = 3;
Name | Description |
index | int |
Type | Description |
com.google.rpc.context.AttributeContextOrBuilder |
getOperationsOrBuilderList()
public List<? extends AttributeContextOrBuilder> getOperationsOrBuilderList()
Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.
repeated .google.rpc.context.AttributeContext operations = 3;
Type | Description |
List<? extends com.google.rpc.context.AttributeContextOrBuilder> |
getParserForType()
public Parser<ReportRequest> getParserForType()
Type | Description |
Parser<ReportRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getServiceConfigId()
public String getServiceConfigId()
Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.
string service_config_id = 2;
Type | Description |
String | The serviceConfigId. |
getServiceConfigIdBytes()
public ByteString getServiceConfigIdBytes()
Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.
string service_config_id = 2;
Type | Description |
ByteString | The bytes for serviceConfigId. |
getServiceName()
public String getServiceName()
The service name as specified in its service configuration. For example,
"pubsub.googleapis.com"
.
See
google.api.Service
for the definition of a service name.
string service_name = 1;
Type | Description |
String | The serviceName. |
getServiceNameBytes()
public ByteString getServiceNameBytes()
The service name as specified in its service configuration. For example,
"pubsub.googleapis.com"
.
See
google.api.Service
for the definition of a service name.
string service_name = 1;
Type | Description |
ByteString | The bytes for serviceName. |
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 ReportRequest.Builder newBuilderForType()
Type | Description |
ReportRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReportRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ReportRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ReportRequest.Builder toBuilder()
Type | Description |
ReportRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |