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

Commit

Permalink
docs(regen): updated docs from protoc update (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 18, 2019
1 parent e040a89 commit bbbd3a2
Show file tree
Hide file tree
Showing 245 changed files with 4,940 additions and 624 deletions.
Expand Up @@ -64,23 +64,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "lysis.V1\352\002$Google::Cloud::ContainerAnaly"
+ "sis::V1b\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[] {
com.google.api.AnnotationsProto.getDescriptor(),
com.google.iam.v1.IamPolicyProto.getDescriptor(),
com.google.iam.v1.PolicyProto.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
},
assigner);
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.api.AnnotationsProto.getDescriptor(),
com.google.iam.v1.IamPolicyProto.getDescriptor(),
com.google.iam.v1.PolicyProto.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
});
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(com.google.api.AnnotationsProto.http);
Expand Down
Expand Up @@ -18,7 +18,7 @@

import com.google.api.resourcenames.ResourceName;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/** AUTO-GENERATED DOCUMENTATION AND CLASS */
@javax.annotation.Generated("by GAPIC protoc plugin")
public abstract class IamResourceName implements ResourceName {
protected IamResourceName() {}
Expand Down
Expand Up @@ -16,8 +16,13 @@

package com.google.containeranalysis.v1;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class IamResourceNames {
private IamResourceNames() {}

Expand Down
Expand Up @@ -23,8 +23,13 @@
import java.util.List;
import java.util.Map;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class NoteName extends IamResourceName {

private static final PathTemplate PATH_TEMPLATE =
Expand Down
Expand Up @@ -23,8 +23,13 @@
import java.util.List;
import java.util.Map;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class OccurrenceName extends IamResourceName {

private static final PathTemplate PATH_TEMPLATE =
Expand Down
Expand Up @@ -24,7 +24,7 @@
import java.util.List;
import java.util.Map;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/** AUTO-GENERATED DOCUMENTATION AND CLASS */
@javax.annotation.Generated("by GAPIC protoc plugin")
public class ProjectName implements ResourceName {

Expand Down
Expand Up @@ -23,8 +23,13 @@
import java.util.List;
import java.util.Map;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class UntypedIamResourceName extends IamResourceName {

private final String rawValue;
Expand Down
Expand Up @@ -113,23 +113,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "ntaineranalysis/v1beta1;containeranalysi"
+ "s\242\002\003GCAb\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[] {
com.google.api.AnnotationsProto.getDescriptor(),
com.google.iam.v1.IamPolicyProto.getDescriptor(),
com.google.iam.v1.PolicyProto.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
},
assigner);
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.api.AnnotationsProto.getDescriptor(),
com.google.iam.v1.IamPolicyProto.getDescriptor(),
com.google.iam.v1.PolicyProto.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
});
internal_static_google_devtools_containeranalysis_v1beta1_ScanConfig_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_devtools_containeranalysis_v1beta1_ScanConfig_fieldAccessorTable =
Expand Down
Expand Up @@ -41,6 +41,12 @@ private GetScanConfigRequest() {
name_ = "";
}

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

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand All @@ -54,7 +60,6 @@ private GetScanConfigRequest(
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 @@ -117,6 +122,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* </pre>
*
* <code>string name = 1;</code>
*
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
Expand All @@ -138,6 +145,8 @@ public java.lang.String getName() {
* </pre>
*
* <code>string name = 1;</code>
*
* @return The bytes for name.
*/
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
Expand Down Expand Up @@ -480,6 +489,8 @@ public Builder mergeFrom(
* </pre>
*
* <code>string name = 1;</code>
*
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
Expand All @@ -501,6 +512,8 @@ public java.lang.String getName() {
* </pre>
*
* <code>string name = 1;</code>
*
* @return The bytes for name.
*/
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
Expand All @@ -522,6 +535,9 @@ public com.google.protobuf.ByteString getNameBytes() {
* </pre>
*
* <code>string name = 1;</code>
*
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(java.lang.String value) {
if (value == null) {
Expand All @@ -541,6 +557,8 @@ public Builder setName(java.lang.String value) {
* </pre>
*
* <code>string name = 1;</code>
*
* @return This builder for chaining.
*/
public Builder clearName() {

Expand All @@ -557,6 +575,9 @@ public Builder clearName() {
* </pre>
*
* <code>string name = 1;</code>
*
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand Down
Expand Up @@ -32,6 +32,8 @@ public interface GetScanConfigRequestOrBuilder
* </pre>
*
* <code>string name = 1;</code>
*
* @return The name.
*/
java.lang.String getName();
/**
Expand All @@ -43,6 +45,8 @@ public interface GetScanConfigRequestOrBuilder
* </pre>
*
* <code>string name = 1;</code>
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
}
Expand Up @@ -18,7 +18,7 @@

import com.google.api.resourcenames.ResourceName;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/** AUTO-GENERATED DOCUMENTATION AND CLASS */
@javax.annotation.Generated("by GAPIC protoc plugin")
public abstract class IamResourceName implements ResourceName {
protected IamResourceName() {}
Expand Down
Expand Up @@ -16,8 +16,13 @@

package com.google.containeranalysis.v1beta1;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class IamResourceNames {
private IamResourceNames() {}

Expand Down

0 comments on commit bbbd3a2

Please sign in to comment.