public static final class CreateSubmissionRequest.Builder extends GeneratedMessageV3.Builder<CreateSubmissionRequest.Builder> implements CreateSubmissionRequestOrBuilder
Request to send a potentially phishy URI to WebRisk.
Protobuf type google.cloud.webrisk.v1.CreateSubmissionRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateSubmissionRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public CreateSubmissionRequest build()
Returns
buildPartial()
public CreateSubmissionRequest buildPartial()
Returns
clear()
public CreateSubmissionRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public CreateSubmissionRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateSubmissionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearParent()
public CreateSubmissionRequest.Builder clearParent()
Required. The name of the project that is making the submission. This string is in
the format "projects/{project_number}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
clearSubmission()
public CreateSubmissionRequest.Builder clearSubmission()
Required. The submission that contains the content of the phishing report.
.google.cloud.webrisk.v1.Submission submission = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
clone()
public CreateSubmissionRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public CreateSubmissionRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getParent()
public String getParent()
Required. The name of the project that is making the submission. This string is in
the format "projects/{project_number}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The name of the project that is making the submission. This string is in
the format "projects/{project_number}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getSubmission()
public Submission getSubmission()
Required. The submission that contains the content of the phishing report.
.google.cloud.webrisk.v1.Submission submission = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getSubmissionBuilder()
public Submission.Builder getSubmissionBuilder()
Required. The submission that contains the content of the phishing report.
.google.cloud.webrisk.v1.Submission submission = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getSubmissionOrBuilder()
public SubmissionOrBuilder getSubmissionOrBuilder()
Required. The submission that contains the content of the phishing report.
.google.cloud.webrisk.v1.Submission submission = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
hasSubmission()
public boolean hasSubmission()
Required. The submission that contains the content of the phishing report.
.google.cloud.webrisk.v1.Submission submission = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the submission field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
public CreateSubmissionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CreateSubmissionRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeFrom(CreateSubmissionRequest other)
public CreateSubmissionRequest.Builder mergeFrom(CreateSubmissionRequest other)
Parameter
Returns
mergeSubmission(Submission value)
public CreateSubmissionRequest.Builder mergeSubmission(Submission value)
Required. The submission that contains the content of the phishing report.
.google.cloud.webrisk.v1.Submission submission = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateSubmissionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CreateSubmissionRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setParent(String value)
public CreateSubmissionRequest.Builder setParent(String value)
Required. The name of the project that is making the submission. This string is in
the format "projects/{project_number}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The parent to set.
|
Returns
setParentBytes(ByteString value)
public CreateSubmissionRequest.Builder setParentBytes(ByteString value)
Required. The name of the project that is making the submission. This string is in
the format "projects/{project_number}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for parent to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateSubmissionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setSubmission(Submission value)
public CreateSubmissionRequest.Builder setSubmission(Submission value)
Required. The submission that contains the content of the phishing report.
.google.cloud.webrisk.v1.Submission submission = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setSubmission(Submission.Builder builderForValue)
public CreateSubmissionRequest.Builder setSubmission(Submission.Builder builderForValue)
Required. The submission that contains the content of the phishing report.
.google.cloud.webrisk.v1.Submission submission = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateSubmissionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides