libraryPackage property

  1. @TagNumber.new(1)
String get libraryPackage

The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used only by APIs who have already set the language_settings.java.package_name" field in gapic.yaml. API teams should use the protobuf java_package option where possible.

Example of a YAML configuration::

publishing: java_settings: library_package: com.google.cloud.pubsub.v1

Implementation

@$pb.TagNumber(1)
$core.String get libraryPackage => $_getSZ(0);
  1. @TagNumber.new(1)
set libraryPackage (String value)

Implementation

@$pb.TagNumber(1)
set libraryPackage($core.String value) => $_setString(0, value);