Package com.google.api
Interface PhpSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PhpSettings,PhpSettings.Builder
@Generated
public interface PhpSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSome settings.Some settings.The package name to use in Php.com.google.protobuf.ByteStringThe package name to use in Php.booleanSome settings.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCommon
boolean hasCommon()Some settings.
.google.api.CommonLanguageSettings common = 1;- Returns:
- Whether the common field is set.
-
getCommon
CommonLanguageSettings getCommon()Some settings.
.google.api.CommonLanguageSettings common = 1;- Returns:
- The common.
-
getCommonOrBuilder
CommonLanguageSettingsOrBuilder getCommonOrBuilder()Some settings.
.google.api.CommonLanguageSettings common = 1; -
getLibraryPackage
String getLibraryPackage()The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.php.package_name" field in gapic.yaml. API teams should use the protobuf php_namespace option where possible. Example of a YAML configuration:: publishing: library_settings: php_settings: library_package: Google\Cloud\PubSub\V1
string library_package = 2;- Returns:
- The libraryPackage.
-
getLibraryPackageBytes
com.google.protobuf.ByteString getLibraryPackageBytes()The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.php.package_name" field in gapic.yaml. API teams should use the protobuf php_namespace option where possible. Example of a YAML configuration:: publishing: library_settings: php_settings: library_package: Google\Cloud\PubSub\V1
string library_package = 2;- Returns:
- The bytes for libraryPackage.
-