public static final class Application.Builder extends GeneratedMessage.Builder<Application.Builder> implements ApplicationOrBuilderRepresents an application associated with a finding.
Protobuf type google.cloud.securitycenter.v1.Application
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Application.BuilderImplements
ApplicationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Application build()| Returns | |
|---|---|
| Type | Description |
Application |
|
buildPartial()
public Application buildPartial()| Returns | |
|---|---|
| Type | Description |
Application |
|
clear()
public Application.Builder clear()| Returns | |
|---|---|
| Type | Description |
Application.Builder |
|
clearBaseUri()
public Application.Builder clearBaseUri() The base URI that identifies the network location of the application in
which the vulnerability was detected. For example, http://example.com.
string base_uri = 1;
| Returns | |
|---|---|
| Type | Description |
Application.Builder |
This builder for chaining. |
clearFullUri()
public Application.Builder clearFullUri() The full URI with payload that can be used to reproduce the
vulnerability. For example, http://example.com?p=aMmYgI6H.
string full_uri = 2;
| Returns | |
|---|---|
| Type | Description |
Application.Builder |
This builder for chaining. |
getBaseUri()
public String getBaseUri() The base URI that identifies the network location of the application in
which the vulnerability was detected. For example, http://example.com.
string base_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The baseUri. |
getBaseUriBytes()
public ByteString getBaseUriBytes() The base URI that identifies the network location of the application in
which the vulnerability was detected. For example, http://example.com.
string base_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for baseUri. |
getDefaultInstanceForType()
public Application getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Application |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFullUri()
public String getFullUri() The full URI with payload that can be used to reproduce the
vulnerability. For example, http://example.com?p=aMmYgI6H.
string full_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The fullUri. |
getFullUriBytes()
public ByteString getFullUriBytes() The full URI with payload that can be used to reproduce the
vulnerability. For example, http://example.com?p=aMmYgI6H.
string full_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fullUri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Application other)
public Application.Builder mergeFrom(Application other)| Parameter | |
|---|---|
| Name | Description |
other |
Application |
| Returns | |
|---|---|
| Type | Description |
Application.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Application.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Application.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Application.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Application.Builder |
|
setBaseUri(String value)
public Application.Builder setBaseUri(String value) The base URI that identifies the network location of the application in
which the vulnerability was detected. For example, http://example.com.
string base_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe baseUri to set. |
| Returns | |
|---|---|
| Type | Description |
Application.Builder |
This builder for chaining. |
setBaseUriBytes(ByteString value)
public Application.Builder setBaseUriBytes(ByteString value) The base URI that identifies the network location of the application in
which the vulnerability was detected. For example, http://example.com.
string base_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for baseUri to set. |
| Returns | |
|---|---|
| Type | Description |
Application.Builder |
This builder for chaining. |
setFullUri(String value)
public Application.Builder setFullUri(String value) The full URI with payload that can be used to reproduce the
vulnerability. For example, http://example.com?p=aMmYgI6H.
string full_uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe fullUri to set. |
| Returns | |
|---|---|
| Type | Description |
Application.Builder |
This builder for chaining. |
setFullUriBytes(ByteString value)
public Application.Builder setFullUriBytes(ByteString value) The full URI with payload that can be used to reproduce the
vulnerability. For example, http://example.com?p=aMmYgI6H.
string full_uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for fullUri to set. |
| Returns | |
|---|---|
| Type | Description |
Application.Builder |
This builder for chaining. |