You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/ConstraintInfo.java
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/Option.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,12 @@
23
23
importjava.io.Serializable;
24
24
importjava.util.Objects;
25
25
26
-
/** Base class for Resource Manager operation options. */
26
+
/**
27
+
* Base class for Resource Manager operation options.
28
+
*
29
+
* @deprecated v3 GAPIC client of ResourceManager is now available
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/OrgPolicyInfo.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,10 @@
29
29
*
30
30
* <p>Defines a Cloud Organization Policy which specifies constraints for configurations of Cloud
31
31
* Platform resources.
32
+
*
33
+
* @deprecated v3 GAPIC client of ResourceManager is now available
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/PolicyMarshaller.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@
31
31
importjava.util.Map;
32
32
importjava.util.Set;
33
33
34
+
/** @deprecated v3 GAPIC client of ResourceManager is now available */
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/Project.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,10 @@
32
32
* AppEngine Apps, VMs, and other Google Cloud Platform resources. This class' member variables are
33
33
* immutable. Methods that change or update the underlying Project information return a new Project
34
34
* instance. {@code Project} adds a layer of service-related functionality over {@link ProjectInfo}.
35
+
*
36
+
* @deprecated v3 GAPIC client of ResourceManager is now available
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/ProjectInfo.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,10 @@
37
37
* A Google Cloud Resource Manager project metadata object. A Project is a high-level Google Cloud
38
38
* Platform entity. It is a container for ACLs, APIs, AppEngine Apps, VMs, and other Google Cloud
39
39
* Platform resources.
40
+
*
41
+
* @deprecated v3 GAPIC client of ResourceManager is now available
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/ResourceManager.java
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/ResourceManagerException.java
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/ResourceManagerFactory.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@
18
18
19
19
importcom.google.cloud.ServiceFactory;
20
20
21
-
/** An interface for ResourceManager factories. */
21
+
/**
22
+
* An interface for ResourceManager factories.
23
+
*
24
+
* @deprecated v3 GAPIC client of ResourceManager is now available
Copy file name to clipboardExpand all lines: java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/ResourceManagerImpl.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@
40
40
importjava.util.Map;
41
41
importjava.util.concurrent.Callable;
42
42
43
+
/** @deprecated v3 GAPIC client of ResourceManager is now available */
0 commit comments