lib/google/cloud/logging/credentials.rb in google-cloud-logging-1.10.9 vs lib/google/cloud/logging/credentials.rb in google-cloud-logging-2.0.0
- old
+ new
@@ -11,11 +11,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-require "google/cloud/logging/v2/credentials"
+require "google/cloud/logging/v2/logging_service/credentials"
module Google
module Cloud
module Logging
##
@@ -35,10 +35,10 @@
# credentials: creds
# )
#
# logging.project_id #=> "my-project"
#
- class Credentials < Google::Cloud::Logging::V2::Credentials
+ class Credentials < Google::Cloud::Logging::V2::LoggingService::Credentials
end
end
end
end