Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(regen): updated javadocs from protoc update (#22)
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 18, 2019
1 parent c7deacc commit cb13e1b
Show file tree
Hide file tree
Showing 142 changed files with 4,340 additions and 475 deletions.
Expand Up @@ -45,6 +45,12 @@ private CrawledUrl() {
body_ = "";
}

@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new CrawledUrl();
}

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand All @@ -58,7 +64,6 @@ private CrawledUrl(
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
Expand Down Expand Up @@ -135,6 +140,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* </pre>
*
* <code>string http_method = 1;</code>
*
* @return The httpMethod.
*/
public java.lang.String getHttpMethod() {
java.lang.Object ref = httpMethod_;
Expand All @@ -156,6 +163,8 @@ public java.lang.String getHttpMethod() {
* </pre>
*
* <code>string http_method = 1;</code>
*
* @return The bytes for httpMethod.
*/
public com.google.protobuf.ByteString getHttpMethodBytes() {
java.lang.Object ref = httpMethod_;
Expand All @@ -179,6 +188,8 @@ public com.google.protobuf.ByteString getHttpMethodBytes() {
* </pre>
*
* <code>string url = 2;</code>
*
* @return The url.
*/
public java.lang.String getUrl() {
java.lang.Object ref = url_;
Expand All @@ -199,6 +210,8 @@ public java.lang.String getUrl() {
* </pre>
*
* <code>string url = 2;</code>
*
* @return The bytes for url.
*/
public com.google.protobuf.ByteString getUrlBytes() {
java.lang.Object ref = url_;
Expand All @@ -222,6 +235,8 @@ public com.google.protobuf.ByteString getUrlBytes() {
* </pre>
*
* <code>string body = 3;</code>
*
* @return The body.
*/
public java.lang.String getBody() {
java.lang.Object ref = body_;
Expand All @@ -242,6 +257,8 @@ public java.lang.String getBody() {
* </pre>
*
* <code>string body = 3;</code>
*
* @return The bytes for body.
*/
public com.google.protobuf.ByteString getBodyBytes() {
java.lang.Object ref = body_;
Expand Down Expand Up @@ -618,6 +635,8 @@ public Builder mergeFrom(
* </pre>
*
* <code>string http_method = 1;</code>
*
* @return The httpMethod.
*/
public java.lang.String getHttpMethod() {
java.lang.Object ref = httpMethod_;
Expand All @@ -639,6 +658,8 @@ public java.lang.String getHttpMethod() {
* </pre>
*
* <code>string http_method = 1;</code>
*
* @return The bytes for httpMethod.
*/
public com.google.protobuf.ByteString getHttpMethodBytes() {
java.lang.Object ref = httpMethod_;
Expand All @@ -660,6 +681,9 @@ public com.google.protobuf.ByteString getHttpMethodBytes() {
* </pre>
*
* <code>string http_method = 1;</code>
*
* @param value The httpMethod to set.
* @return This builder for chaining.
*/
public Builder setHttpMethod(java.lang.String value) {
if (value == null) {
Expand All @@ -679,6 +703,8 @@ public Builder setHttpMethod(java.lang.String value) {
* </pre>
*
* <code>string http_method = 1;</code>
*
* @return This builder for chaining.
*/
public Builder clearHttpMethod() {

Expand All @@ -695,6 +721,9 @@ public Builder clearHttpMethod() {
* </pre>
*
* <code>string http_method = 1;</code>
*
* @param value The bytes for httpMethod to set.
* @return This builder for chaining.
*/
public Builder setHttpMethodBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -716,6 +745,8 @@ public Builder setHttpMethodBytes(com.google.protobuf.ByteString value) {
* </pre>
*
* <code>string url = 2;</code>
*
* @return The url.
*/
public java.lang.String getUrl() {
java.lang.Object ref = url_;
Expand All @@ -736,6 +767,8 @@ public java.lang.String getUrl() {
* </pre>
*
* <code>string url = 2;</code>
*
* @return The bytes for url.
*/
public com.google.protobuf.ByteString getUrlBytes() {
java.lang.Object ref = url_;
Expand All @@ -756,6 +789,9 @@ public com.google.protobuf.ByteString getUrlBytes() {
* </pre>
*
* <code>string url = 2;</code>
*
* @param value The url to set.
* @return This builder for chaining.
*/
public Builder setUrl(java.lang.String value) {
if (value == null) {
Expand All @@ -774,6 +810,8 @@ public Builder setUrl(java.lang.String value) {
* </pre>
*
* <code>string url = 2;</code>
*
* @return This builder for chaining.
*/
public Builder clearUrl() {

Expand All @@ -789,6 +827,9 @@ public Builder clearUrl() {
* </pre>
*
* <code>string url = 2;</code>
*
* @param value The bytes for url to set.
* @return This builder for chaining.
*/
public Builder setUrlBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand All @@ -810,6 +851,8 @@ public Builder setUrlBytes(com.google.protobuf.ByteString value) {
* </pre>
*
* <code>string body = 3;</code>
*
* @return The body.
*/
public java.lang.String getBody() {
java.lang.Object ref = body_;
Expand All @@ -830,6 +873,8 @@ public java.lang.String getBody() {
* </pre>
*
* <code>string body = 3;</code>
*
* @return The bytes for body.
*/
public com.google.protobuf.ByteString getBodyBytes() {
java.lang.Object ref = body_;
Expand All @@ -850,6 +895,9 @@ public com.google.protobuf.ByteString getBodyBytes() {
* </pre>
*
* <code>string body = 3;</code>
*
* @param value The body to set.
* @return This builder for chaining.
*/
public Builder setBody(java.lang.String value) {
if (value == null) {
Expand All @@ -868,6 +916,8 @@ public Builder setBody(java.lang.String value) {
* </pre>
*
* <code>string body = 3;</code>
*
* @return This builder for chaining.
*/
public Builder clearBody() {

Expand All @@ -883,6 +933,9 @@ public Builder clearBody() {
* </pre>
*
* <code>string body = 3;</code>
*
* @param value The bytes for body to set.
* @return This builder for chaining.
*/
public Builder setBodyBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand Down
Expand Up @@ -32,6 +32,8 @@ public interface CrawledUrlOrBuilder
* </pre>
*
* <code>string http_method = 1;</code>
*
* @return The httpMethod.
*/
java.lang.String getHttpMethod();
/**
Expand All @@ -43,6 +45,8 @@ public interface CrawledUrlOrBuilder
* </pre>
*
* <code>string http_method = 1;</code>
*
* @return The bytes for httpMethod.
*/
com.google.protobuf.ByteString getHttpMethodBytes();

Expand All @@ -54,6 +58,8 @@ public interface CrawledUrlOrBuilder
* </pre>
*
* <code>string url = 2;</code>
*
* @return The url.
*/
java.lang.String getUrl();
/**
Expand All @@ -64,6 +70,8 @@ public interface CrawledUrlOrBuilder
* </pre>
*
* <code>string url = 2;</code>
*
* @return The bytes for url.
*/
com.google.protobuf.ByteString getUrlBytes();

Expand All @@ -75,6 +83,8 @@ public interface CrawledUrlOrBuilder
* </pre>
*
* <code>string body = 3;</code>
*
* @return The body.
*/
java.lang.String getBody();
/**
Expand All @@ -85,6 +95,8 @@ public interface CrawledUrlOrBuilder
* </pre>
*
* <code>string body = 3;</code>
*
* @return The bytes for body.
*/
com.google.protobuf.ByteString getBodyBytes();
}
Expand Up @@ -50,16 +50,9 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "curityscanner/v1alpha;websecurityscanner"
+ "b\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}, assigner);
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
internal_static_google_cloud_websecurityscanner_v1alpha_CrawledUrl_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_cloud_websecurityscanner_v1alpha_CrawledUrl_fieldAccessorTable =
Expand Down

0 comments on commit cb13e1b

Please sign in to comment.