Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading