Skip to content

Commit

Permalink
docs(regen): updated javadocs from protoc update (#41)
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 43e1953 commit 63d626c
Show file tree
Hide file tree
Showing 142 changed files with 2,682 additions and 261 deletions.
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 BillingExclusionName extends ExclusionName {

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 BillingLogName extends LogName {

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 BillingName extends ParentName {

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 BillingSinkName extends SinkName {

private static final PathTemplate PATH_TEMPLATE =
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 ExclusionName implements ResourceName {
protected ExclusionName() {}
Expand Down
Expand Up @@ -16,8 +16,13 @@

package com.google.logging.type;

// 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 ExclusionNames {
private ExclusionNames() {}

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 FolderExclusionName extends ExclusionName {

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 FolderLogName extends LogName {

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 FolderName extends ParentName {

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 FolderSinkName extends SinkName {

private static final PathTemplate PATH_TEMPLATE =
Expand Down

0 comments on commit 63d626c

Please sign in to comment.